Without creating a new object, How you can retrieve a
String or other object?
Answer Posted / ashokmail.java@gmail.com
using static , we can access object without creating new
instance.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is the purpose of assert keyword used in jdk1.4.x?
What about method local inner classes or local inner classes in java?
How do you escape a string?
What is dynamic array in java?
How can we pass argument to a function by reference instead of pass by value?
What are void pointers?
What are use cases?
Describe method overriding
How does sublist works in java?
Can we access the non-final local variable, inside the local inner class?
What is the mapping mechanism used by java to identify IDL language?
Is there a way to increase the size of an array after its declaration?
What is stream api in java8?
How can an exception be thrown manually by a programmer?
What is difference between string and new string?