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 Concept of Encapsulation in OOPS
Is it correct to say that due to garbage collection feature in java, a java program never goes out of memory?
Which java collection does not allow null?
How a variable is stored in memory?
What are 4 pillers of object orinted programming?
Can a class with private constructor be extended?
What is regex java?
What is the difference between the file and randomaccessfile classes?
Should you use singleton pattern?
Can we assign integer value to char in java?
How to create a custom exception?
how do I create a runnable with inheritance? : Java thread
Why do we use regex?
What is difference between core java and java ee?
What is the maximum size of a string in java?