Answer Posted / madhu
public
static
final
volatile
transient
native
synchronized
| Is This Answer Correct ? | 5 Yes | 11 No |
Post New Answer View All Answers
Can we extend a class with private constructor?
Explain importance of inheritance in java?
How do you identify if jvm is 32-bit or 64-bit from java program?
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
can java object be locked down for exclusive use by a given thread? Or what happens when a thread cannot acquire a lock on an object? : Java thread
How do you sort in ascending order in java?
What is sleep method?
How to optimize the javac output?
what is the difference between preemptive scheduling and time slicing? : Java thread
What is keyword auto for?
What is the full form of jpeg?
Explain the concept of hashtables?
What is constructor chaining in java?
What is the difference between && and & in java?
What is tcp ip in java?