adspace
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 different ways of using thread? : Java thread
What is a classloader in java?
What is the difference between break and continue statements?
Explain public static void main(string args[]) in java.
What are the differences between heap and stack memory in java?
Write a program to find the whether a number is an Armstrong number or not?
Is minecraft 1.15 out?
What is parsing in java?
What is an object in java and how is it created?
What is java string pool?
What is a constructor overloading in java?
Differentiate between static and non-static methods in java.
How to sort array in descending order in java?
How to create a base64 decoder in java8?
What is the difference between equals() and == in java?