Basics of Java

By

Java is a programming language. Based on the concept of Object Oriented Programming(OOP). It is platform independent language (Write Once and Run Anywhere). This technology is used to develop applications for a wide range of environments, from client devices to multifarious enterprise systems. It is class based language. The class contains five elements. These are.. 

1. Variables 
2. Methods
3. Constructors
4. Instance blocks 
5. Static blocks

Details are coming soon....

2 comments: