Core Java Question:
Download Job Interview Questions and Answers PDF
Explain about Class in Java?
Answer:
In Java every thing exists within a class. It defines the behavior of the class and its characteristics. Java applications and applets are built in the class. Rules present for class name are generous and some of the basic rules are names should start with a letter after that letter they can have any combination of letters and digits. It can contain names to any length.
Download Core Java Interview Questions And Answers
PDF
Previous Question | Next Question |
What are the three best choices for development environment? | Explain about Java data types? |