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 5082I 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 9016What 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 3580
Where local and global variables are stored?
What is a flag and how does it work?
A non-static inner class may have object instances that are associated with instances of the class’s outer class. A static inner class does not have any object instances.
What is ternary operator in java?
What is arrays sort in java?
What is an accessor?
What is api in java?
Can we serialize static variables in java?
What are the core java topics?
What is the difference between the ">>" and " >>>" operators in java?
What is difference between hashset and hashmap?
what is the difference between a threads start() and run() methods? : Java thread
What is structure of java heap? What is perm gen space in heap?
What does \ mean in regex?
Which collection is sorted in java?