What is the difference between a checked and an unchecked exception?
No Answer is Posted For this Question
Be the First to Post Answer
what is synchronization and why is it important? : Java thread
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
Explain importance of inheritance in java?
Explain class A{} class B{} class C{} all the three classes are saved in a single file name, what the name should i provide to the file ,in what file name should i run the program? Ple Explain
What is general methodology?
What is the static block?
what are ER diagrams?
What are different access specifiers in java?
What is meant by interface?
how does multithreading take place on a computer with a single cpu? : Java thread
I want my class to be developed in such a way that no other class (even derived class) can create its objects. Define how can I do so?
What is public/private protected in java?