Answer Posted / shaik baji
The "System" class is defined like that by the java
developer so if you want to use any static content of that
class then you should call them by using the Class name.
NOTE: 1) According to JAVA conventions every class name
should starts with capital letter.
2) Java is case sensitive.
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
Explain the difference between treeset and treemap in java?
State the merge-sort principle and its time complexity.
Define nashorn in java8.
What is object cloning in Java?
What environment variables do I need to set on my machine in order to be able to run java programs?
What is class array in java?
What is hasnext in java?
What do you understand by the term wrapper classes?
If you do not want your class to be inherited by any other class. What would you do?
what is encapsulation in java? Explain
What is the abstract class?
What is difference between jdk,jre and jvm?
FOR EXAMPLE WE R HAVING TWO LIST ELEMENTS ..BOTH LISTS CONTAINS ID,NAME,PLACE ..I NEED TO COMPARE BOTH IDS IN TWO LISTS,IF ID'S R SAME MEANS WE HAVE ADD THE DETAILS(LIKE NAME,PLACE) TO MAP...HOW IS POSSIBLE ?CAN ANY ONE SUGGEST?
Does garbage collection occur in permanent generation space in jvm?
What is generic class?