Answer Posted / uttam lonkar
Public
Private
default
protected
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
How is the marker interface used in Java?
What is the r character?
What are the 2 types of java programs?
What is jdbc api?
What is the maximum size of list in java?
Explain serialization and deserialization in java?
Is java jre still free?
What function extracts specified characters from a string?
Where is the singleton class used?
In multi-threading how can we ensure that a resource isn't used by multiple threads simultaneously?
Will the jvm load the package twice at runtime?
Java is pass by value or pass by reference? Explain
What is a for loop in java?
How to create a base64 decoder in java8?
What are the practical benefits, if any, of importing a specific class rather than an entire package (e.g. Import java.net.* Versus import java.net.socket)?