Inner classes in java What is inner class? Inner classes are classes defined within other classes. Benefits of inner classes: 1. Special relationship: An instance...
read more →
Multithreading interview questions What is multiprocessing? Executing multiple task simultaneously for that operating system will create separate process for each task.What is a multithreading?A...
read more →
Thread communication java: In java using three method wait(),notify(),notifyAll() therads can comnicatethese methods avilaible in object class. what is the benefit of thread communication? performance...
read more →
Best websites for java online exams: 1.Indiabix This is the one of the best websites for writing java exams.this not only for java for other subjects...
read more →
Java Thread Synchronization: When synchronization is required? synchronization is reqired when two threads are accessing same resource if you want to protect that resource the synchronization...
read more →