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 |
Explain Stream Tokenizer?
What is a numeric format?
What is a finally block?
What is java used for?
What for read() function?
What is the difference between a Window and a Frame?
What is a method header?
there are some duplicate values in ArrayList, how U'll get that array with out duplicate?
Define iterator and methods in iterator?
What are internal variables?
What is java console application?
Explain break statement and continue statement?