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?
No Answer is Posted For this Question
Be the First to Post Answer
Why we use beans in java?
Who is at risk in java? : java security
Can I have multiple main methods in the same class?
What is tight coupling in java?
How to implement Thread
What does @override mean in java?
I want to control database connections in my program and want that only one thread should be able to make database connection at a time. Define how can I implement this logic?
i heard that JVM internally contains pointers...is this true?
explain how java se 8 data and time api solves issues of old java date api?
What is a java singleton?
Write a program for the following topic - switch case,looping using fuction calling,nesting,console input output. Aim- to print a menu:- 1-series 2-single value. Each menu having sub menu armstrong or perfect.
Explain the encapsulation principle.