if am have 100 threads(for ex:T1,T2---T100) how we give priority to these threads and how the system excute these threads
2 4983I want to run a simple hello world java (HelloWorld.java) program using a batch file. How can i run it and how to construct a batch file.
1 8922What happens when a class is made static like if a field or member is made static it becomes class variable and is shared by all the object of the class?
1 3485
What is difference between null and void?
Explain about the interpreter in java?
does java support pointers?
What is the difference between double and float variables in java?
What are data types in programming?
What steps are taken when the OS shifts from one-thread execution to another?
How listener identify that the event came from a particular object?
Can an interface extend another interface?
Enlist diffrent types of inheritance supported by java?
Name container classes in java programming?
What is java command?
Is arraylist an object in java?
Can you access the private method from outside the class?
Why is the main method static?
If two threads have same priority which thread will be executed first ?