Answer Posted / javac
Because System is a class available in Java.lang
package.According to java conventions class name should
start with Capital letter, and the same in implemented.
| Is This Answer Correct ? | 19 Yes | 6 No |
Post New Answer View All Answers
What is the benefit of lambda expressions?
Can we print null in java?
How hashmap increases its size in java?
What is a parent class in java?
What are design patterns and please explain?
What interface is extended by awt event listeners?
What is the difference between an object-oriented programming language and object-based programming language?
What is immutable data?
Can we make the abstract methods static in java?
Is it possible to use string in the switch case?
Can we override protected method in java?
How do you identify independent and dependent variables?
What is a Hash Table? What are the advantages of using a hash table?
what is the major difference between linkedlist and arraylist in java?
In a program, initializing an array of 100 KB is throwing an out of memory exception while there is 100 MB of memory available. Why?