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 4889I 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 8847What 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 3401
What are JVM.JRE, J2EE, JNI?
Explain the difference between abstract classes and interfaces in java?
What super () does in java?
How to make object serializable in java?
What is native method in java?
how to create multithreaded program? Explain different ways of using thread? : Java thread
Why unicode is important?
What is difference between java and java ee?
Explain numeric promotion?
Why convert an applet to an application?
How can we access some class in another class in java?
What is singleton pattern?
What is keyset in java?
What does system out println () do?
What is the final keyword?