When will we prefer to use set and list in java and why?
No Answer is Posted For this Question
Be the First to Post Answer
What is the importance in context in JDBC connection pools?
What is anti pattern in cyber security?
What is the arguement of main method?
How do you check whether the list is empty or not in java?
What is difference between string and new string?
Difference between final and effectively final ? Why is effectively final even required ?
What are data types in programming?
Explain the difference between transient and volatile in java?
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 is the difference between integer parseint and integer valueof?
How do I run java on windows?
what is platform dependent translation and platform dependent programming language