Java J2EE (14736)
J2ME (151)
Java Related AllOther (507) In a container there are 5 components. I want to display the all the components names, how will you do that one?
1043Considering notepad/ie or any other thing as process, what will happen if you start notepad or ie 3 times? Where 3 processes are started or 3 threads are started?
1156
How can you run a servlet program?
What is ++ a in java?
How is Object Oriented Programming different from Procedure Oriented Programming?
Why hibernate is used?
there are N number of matchboxes numbered 1...N.each matchbox contain various number of stick.Two player can alternatevely pick some amount of stick from the higest stick containing box . The player is condidered win if there is no stick after his move.Find the final move so that the move player win. Note:In case the number of stick is equal ,pick the stick from the higest numbered box.
Under what circumstances, that all four drivers are used?
State the difference between strings and arrays.
What is the difference between iterator and enumeration ?
Is jdk required on each machine to run a java program?
How to start the server?
How many types of queries are there in hibernate?
Is null a value?
Does hibernate flush commit?
Write code to implement bubble sort in java?
a thread is runnable, how does that work? : Java thread