What happens when a class is made static like if a field or
member is made static it becomes class variable and is
shared by all the object of the class?
Answer / arvind verma
If a class is made static then we can access it's methods &
variables by using class name , no need to create class
object
| Is This Answer Correct ? | 1 Yes | 0 No |
can we override the main() method in java????
3 Answers Vimukti Technologies,
What is the basically use of finally while we know it is always executed but why?
How many types of literals are there in JAVA?
Can we iterate through collection using for loop?
How we get some middle records in one table?
What are implicit objects in java?
what is the difference b/w design pattern and architecture
Is hashset ordered java?
Who developed JScript language?
How can we find the actual size of an object on the heap?
What is a bufferedreader?
What is a parameter example?