Let me ask you an important question Do you think, We should make programming mandatory for children or Why kids should code? Read more
Author Archives: Invent&pro
9 Leading Startups, Backed up by Ratan Tata
Ratan Tata, A personality that does not need any introduction as he is India’s best brand ambassador and Head of Tata Sons. Read more
SQL Tutorial Step by Step
In this article, we are going to learn SQL step by step to understand the basics of SQL and its queries. SQL stands for Structured Query Language designed to execute operations Read more
Check whether a number has consecutive 0’s in PHP
In this PHP Program, we will check if the given number has consecutive 0’s . Read more
How to execute function immediately in Javascript
In this article, we will learn how to execute function immediately in Javascript. To run function directly in JavaScript after defining it, you just have to wrap the function in parenthesis () and invoke it. Read more
Hello World in Nodejs
In this Nodejs tutorial, we will create a simple Application to display the output “Hello World!” in the command prompt. Read more
Functions in Javascript
In this tutorial, we are going to have a look at functions in JavaScript; its Declaration and example. Read more
Object & Classes In Java
Java is an object-oriented language which supports OOP features very well. Read more
Basic Syntax Of Java
In this section of the Java tutorial, we will discuss the Basic Syntax of Java Programming language. A Java program can be considered as a collection of objects that communicate via invoking each other’s methods. Read more
How to start learning Java
Java is one of the most popular and widely used programming language. The reason behind the popularity of Java is an open source environment. You can use any of programming language source code in this platform. Also, Java is fast, reliable and secure. From web application to app development, mobile phones to games; Java can …