Answer Posted / naga sayan
varaiable is a name given to a memory location.ther are two
types of variables.I java variables are nothing but data
members
static variables and dynamic variables
Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Why volatile is used in java?
Explain importance of inheritance in java?
Is java se open source?
How to sort numbers in java without array?
What is hash table in java?
What does flag mean in java?
Explain what is encapsulation?
What is a superclass?
How many arguments can be passed to main ()?
Why are the destructors for base class and derived class called in reverse order when the program exits
How do you invoke a method?
Why is java multithreaded?
What is a ternary operator in java? What is an interface?
Is object a data type?
Can sleep() method causes another thread to sleep?