When a thread is created and started, what is its initial state?
No Answer is Posted For this Question
Be the First to Post Answer
What is tight coupling in java?
Is jdk a compiler?
program A and B are analysed and found to have worst case running time greater than 150NlogN and N*N respectively. which program has the better guarantee after the running time for the large values of N(N>10000)? which program has the better guarantee for the running time of small program N (N<100)? which program will run faster on average for N=1000?
0 Answers St. Pauls University,
What is http session in java?
What is meant by pass by reference and pass by value in java?
How to implement Thread
What is serializable in java?
1.can i use super keyword in normal class(not inheritance) to call any method?if so how can i call particular variable? 2.In the inheritance how can i access the particular variable from the base class(it containing 5 variables) using super keyword?
Which version of jdk is required for netbeans 8.0 2?
hibernate3.jar file contain 7 dependency jar files what is that ?
What do you mean by exception handling?
Explain the encapsulation principle.