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 |
Default layout of panel and frame?
What is unicode?
What is string in java? String is a data type?
How do you create a bulleted list?
what is the final keyword denotes in java?
What is nested interface?
WAP to illustrate the use of interface
describe synchronization in respect to multithreading? : Java thread
when,where and how to use abstract class and interface
What is java console application?
What is a class variable?
What do you understand by the term string pool?