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 do you understand by synchronization?
What is scope & storage allocation of global and extern variables? Explain with an example
What is java virtual machine and how it is considered in context of java’s platform independent feature?
Can a static class have a constructor java?
What is structure of java heap? What is perm gen space in heap?
What is the function of static in java?
How do you include a string in java?
How can we pass argument to a function by reference instead of pass by value?
What is bitwise complement?
What are default methods ?
What is meant by oops concept in java?
How does list work in java?
Can substring create new object?
What’s the difference between the methods sleep() and wait()?
Define packages in java?