What is data persistence in java?
No Answer is Posted For this Question
Be the First to Post Answer
What is jpa implementation?
What is ui framework in java?
How do I run a java program from the command line?
when Can an object reference be cast to an interface reference?
What is a stream in java?
Is jvm a compiler or an interpreter?
What are the authentication modes in asp.net? : java security
what are the types of constructer explain with example
What about 'hostile applets'? : java security
What is messaging queue in java?
What is mdb 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?