What are the access modifiers available in java?
No Answer is Posted For this Question
Be the First to Post Answer
What lambda means?
abstract class Demo { public void show() { System.out.println("Hello I am In show method of Abstract class"); } } class Sample extends Demo { public void show() { super.show(); System.out.println("Hello I am In Sample "); } } public class Test { public static void main(String[] args) { //I WANT TO CALL THE METHOD OF BASE CLASS IT IS POSSIBLE OR NOT CAN WE USE SCOPE RESOLUTION OPERATOR TO CALL OR JAVA NOT SUPPORTED THAT :: OPERATORE } }
What do you understand by final value?
What two classes are used to read data only?
0 Answers TryTechnicals Pvt Ltd,
What is the difference between the continue and break statement?
What is operator overloading. Is it is supported in java?
How do you sing an Applet ?
Why parameters should be passed by reference?
Matrix multiplication only using OOP concepts .
What is the life cycle of Servlet?
What is methods in java?
How to use Media tracker Class.