Answer Posted / sankar r k
System is a class in java. As per the convention in java all
the class must start with a capital letter.
| Is This Answer Correct ? | 5 Yes | 7 No |
Post New Answer View All Answers
What is java virtual machine and how it is considered in context of java’s platform independent feature?
What is args length in java?
How do you convert string to int in java?
Can string be considered as a keyword?
Is simpledateformat safe to use in the multithreaded program?
What is a method header?
Is java free for businesses?
What is Gang of four design patterns
Differece between class and generic class?
what is the use of bean managed and container managed with example?
If an application has multiple classes in it, is it okay to have a main method in more than one class?
Can a class extend more than one class?
What is your platform’s default character encoding?
What do you mean by static variable?
Can we catch more than one exception in single catch block?