What is static variable and static method?
Answer Posted / ankit
static variable are those variable which call with the hepl
of the class name and they are not initiated.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is skeleton and stub?
Explain the difference between private, public, package and protected in java?
How many bytes are a float?
What are the different types of inheritance in java?
Is void a data type in java?
Can we declare register variable as global?
Given a singly linked list, how will you print out its contents in the reverse order? Can you do it with consuming any extra space?
What is widening and narrowing in java? Discuss with an example.
What is object class in java?
How do you remove all elements from an arraylist in java?
What is the difference between keyword and identifier?
What is json parser in java?
What is the difference between reader/writer and inputstream/output stream?
What type of variable is error flag?
What is thread count in java?