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
What string is utf8?
Explain how hashmap works?
What is use of a abstract variable?
What is the purpose of checked and unchecked exceptions in JAVA?
What does this () mean in constructor chaining concept?
These static constructors are correct ? class A { statc intA() { } static A(int x,int y) { } static A(int x) { } }
What is the nested interface?
Write an algorithm program in java for the following question.. 1) S is a set of integers.X is an integer obtained by sum of two digits in S. Write logic for whether or not the X is from the S. The time of algorithm should not exceed o(n logn).
give an example for encapsulation?
What is size_t?
What is the method to declare member of a class static?
Write a factorial program using recursion in java?
Is array serializable java?
What are the disadvantages of using inner classes?
What is the difference between actual and formal parameters?