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 4987I 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 8926What 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 3495
Is there any case when finally will not be executed?
Similarity and difference between static block and static method ?
Explain about strings in java?
Explain the scope of a variable.
What is keyset in java?
What are recursive functions? Give some examples?
What are the 6 functions?
What are the restriction imposed on a static method or a static block of code?
What are the types of web technologies?
Can we have any code between try and finally blocks?
What will be the default values of all the elements of an array defined as an instance variable?
What methodology can be utilized to link to a database?
How can constructor chaining be done by using the super keyword?
What is string buffer?
Explain about narrowing conversion in java?