Skip to main content

Posts

Why to learn Java !!!

There are many programming languages in the world but you are here to learn Java. Let's know what we can make with Java. Java is majorly used in : 1. Web Development (Websites) 2. Mobile Application Development (Android) 3. Desktop Applications (Windows, Mac ..etc) and many... Advantages :   Large Developer Community :      If we struck at a point, we can search for that question in internet and find the best solution as we have many developers around the globe working with Java. Platform Independent  :      We can write Java code once, generate byte code and we can run that byte code on any machine whether it is Windows or Mac. Disadvantages :   A bit slower than C and C++  :      Reason : Java is an interpreted language. NEXT

New to Java ? You are at right place !

Hi, we are here to help you out to learn Java from basic to advanced level.  The steps involved in solving a problem  are : * Understand the problem * Design / Develop a solution * Tell your solution to the computer using a language. To solve a problem, language is not important. It is just a mediator between you and the computer. You have to develop the solution (i.e. Algorithm) independent of the programming language . To run java code, you have to install Java on you machine. You can watch videos in Youtube to install java. You can also run Java using online compilers. For example : Paiza Online Java Compiler Let's begin !!!  NEXT