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
describe method overloading
Tell me how many ways are there to initialise an integer with a constant.
How does map works in java?
What will happen when using pass by reference in java?
What are the differences between heap and stack memory?
What is the difference between super class & sub class?
What is a module function?
What is the difference between iterator and enumeration ?
what happens when a thread cannot acquire a lock on an object? : Java thread
What is quick sort in java?
What do you know about the garbate collector?
Which is a valid identifier?
What is a functional interface?
What is module with example?
Java Compiler is stored in JDK, JRE or JVM?