Answer Posted / abhinandan
Ready, running , wait , dead
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is handle?
What is table mutation and how do you avoid it?
Explain what is orm?
How are the elements of a cardlayout organized?
Explain the different types of memory used by jvm?
hi friends, i have done my BE(CSE)at 2011 then i have joined one company before they asked me 50k so i paid but now they telling no project here so we r going to close like that so now i need any job i have good knowledge in core java and j2ee(jsp,servlet,jdbc) so if u know any job pl help me
Which javutil classes and interfaces support event handling?
int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!
What is clustering? What are the different algorithms used for clustering?
What is the relation between the infobus and rmi?
Is “abc” a primitive value?
What are the different class loaders used by jvm?
Difference between hashmap and hashtable?
Java is fully object oriented languages or not?
What is the difference between system.out ,system.err and system.in?