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 |
Can I have multiple main methods in the same class?
What is java net url?
What is meant by rest api in java?
What do you understand by downcasting?
What is native api in java?
What is stateless object in java?
What is jsr in java?
What is cdi in java?
when Can an object reference be cast to an interface reference?
Explain main thread under thread class execution?
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 mq in java?