What is persistence xml in java?
No Answer is Posted For this Question
Be the First to Post Answer
In system.out.println(), what is system, out and println?
How do you run an executable jar file?
How do I install java on windows?
What is a pojo class in java?
What kind of thread is the garbage collector thread?
What is aop in java?
What is the difference between the boolean & operator and the && operator?
What is maven in java?
What is a stream in programming?
How do javabeans work?
What is web xml java?
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?