Hi,
What are important Java Language Elements?
Thanks
Hi,
Java is vast programming language with many api which comes with the default distribution. There thousands of free open source libraries for developing Java applications.
As a beginners following Language elements should be studied well:
Keywords
Comments
Variables and Data types
Classes
Objects
Interface
Instance Members
Static Members
Example of all these can be seen at Basic Java Language Elements.
View all interview questions at Java Interview Questions with Answers page.
Thanks