hibernate3.jar file contain 7 dependency jar files what is
that ?
Answer / chaitanya puchakayala
hibernate3.jar requires the following 7 dependency jar files
asm.jar
antlr-version.jar
cglib-version.jar
commons-collections-version.jar
commons-logging-version.jar
dom4j-version.jar
jta.jar
| Is This Answer Correct ? | 8 Yes | 3 No |
What is the difference between java se and java ee?
What is the locale class?
What are the advantages of lambda functions?
What kind of thread is the garbage collector thread?
What is serializable in java?
In system.out.println(), what is system, out and println?
Why serialization is used in java?
Which instutute is offering course for rhino jain slee
What are the Advantages of java se 8 new features?
Which is more secure: java or activex? : java security
1.can i use super keyword in normal class(not inheritance) to call any method?if so how can i call particular variable? 2.In the inheritance how can i access the particular variable from the base class(it containing 5 variables) using super keyword?
What is a static method?