Without creating a new object, How you can retrieve a
String or other object?
Answer / ashokmail.java@gmail.com
using static , we can access object without creating new
instance.
| Is This Answer Correct ? | 4 Yes | 2 No |
What is the difference between serializable and externalizable interfaces?
What is the method used to get the absolute value of a number?
Explain about vector, dictionary,hash table, property classes?
'A class is a template for an object' explain this statement.
0 Answers Akamai Technologies,
java Technical questions asked by JPMC
Is linked list a linear or non-linear data structure?
0 Answers Akamai Technologies,
How can you make a class serializable in java?
how an we achive multiple inhetitance in java using interface..??
Does java have extension methods?
Hi all, I am dng a mini project on FileSplitter application which splits the GBs of logfile into Smaller chunks(mbs) depending on the split size." How to handle GBs file? I am getting OutOfMemoryException, when I input such GB sized file. Thx
What is argument in java?
Explain listiterator and methods in listiterator?