What is class path in java?
No Answer is Posted For this Question
Be the First to Post Answer
Can we use lambda without functional interface?
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 do I know if I have jre or jdk?
What is the purpose of jdk?
write a code in jsp to swap two numbers?
How to reverse the singly linked list(In Node data members are(int data,int pointerTONext))
Why do we only use the main method to start a program?
Explain daemon thread.
What do I need to install netbeans?
What do you understand by numeric promotion?
What is cloning in 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?