Hi I have joined java course. I also want additional help from any tutorials website. Please suggest me tutorials which provides easy to understand online applet tutorials?
2193In connection pool,when 100 clients are requesting, in pool 100 objects is there, when another client is making request how it will work
3 6973In real time project when will we use Abstract class. and what are the difference between abstract and interface.
DELL, FCS, Polaris, Tanla Solutions, TCS,
6 22580hi, All are saying that now software field position is not good and in 5-10yrs total software field ll be saturated . is it true? i am unable decide ii continue in this field or not please tell me?
19 25136Post New Advanced Java Questions
What is the difference between static and non-static with examples?
What are the pros and cons of detached objects?
What is the difference between the session.update() method and the session.lock() method?
How messaging services are done, before release of JMS?
Name three subclasses of the component class?
What is the difference between RMI and Corba?
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!
If your ui seems to freeze periodically, what might be a likely reason?
Name the eight primitive java types.
What is permgen or permanent generation?
Explain the difference between object state and behavior?
Why use POJO when I can use hashmap
What is meant by method chaining?
Where we can write Rmi registry in the code, without having to write it at the command prompt?
What is a policy?