Answer Posted / rice
Hibernate is open source software and it is a framework.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What if I do not provide the string array as the argument to the method?
Why struts framework is used in java?
What is csrf in java?
What is a cookie in java?
How do you run an executable jar file?
Can you compile java into exe?
I have deployed a .war file in my application server comprising of struts and hibernate.If i want to change the "dialect" property of hibernate cfg file how can i change(I have only .war file)... Thanks in advance
How does java handle integer overflows and underflows?
What is custom tag in java?
What is the use of entity class in java?
What is loose coupling in java?
when i send the request to the JSP page it will print as it is and why? and how to solve this problem please inform me that solution
What is data persistence in java?
What services can invoke lambda?
How to reverse the singly linked list(In Node data members are(int data,int pointerTONext))