what is a non-repeatable read?
No Answer is Posted For this Question
Be the First to Post Answer
What is the relationship between the canvas class and the graphics class?
what is the use of Object Factories?
How many ways can a thread be used?
whats is stored procedure,joins
the advantages of polymorphic
when A client sent a request to the server to open facebook page and close the browser after this request .at that time the same user do login by using a different browser then that session id will exist or not for the same client??
What is table mutation and how do you avoid it?
What is the O/P of the below Code Snippet ? And how does it imply the concept of call-by-value/call-by-reference. (Note : Pls ignore syntx errors) public class One { sop ("Into One--"); } public class Two extends One{ sop ("Into Two--"); } public class Home { One a; Two t; public static void main(argv[]) { sop ("In Home--"); sop(One.a); sop(Two.a); sop(One.t); sop(Two.t); } }
difference between ejb,struts,hibernate,spring and jsp
what is JTS?
Dear freinds... I want to know how to write self mapping for a table using hibernate?
What is the difference between RMI and Corba?