why we use merge option in hybernate pls give a ex snippet
How do I enable java in safari?
What is meant by controls and types?
What is flag in java?
What is stream api in java8?
Class c implements interface I containing method m1 and m2 declarations. Class c has provided implementation for method m2. Can I create an object of class c?
What is string in java? String is a data type?
what is meant by Byte code concept in Java?
Why is singleton not thread safe?
What is constructor and virtual function? Can we call a virtual function in a constructor?
for(i=0;i<100;i++) { int i=method();//method returns no's from 1 to 10; /* insert some stmts which can give output like no.of times numbers(1-10) returned. (for example if it returns 2 then i want output how many times 2 returned) like that i want output for no's 1 - 10 how many times each no returned. */ }
What is the generic class?
what is the significance of listiterator in java?