Answer Posted / rice
Java support Three types of variables
1.)static
2.)Instance
3.)Local
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What do you understand by overloading and overriding in java?
What are java packages? What's the significance of packages?
Tell me a few examples of final classes defined in Java API?
What happens if an exception is throws from an object's constructor?
Are global variables initialized to zero?
Can extern variables be initialized?
What is the range of the short type?
What is core java used for?
What is difference between final and immutable?
What is application tier?
What is an immutable object? How do you create one in java?
What are the two ways to create a thread?
What are the different types of sorting in java?
What is the flag in java?
What will happen if a thrown exception is not handled?