What is pass by value?
No Answer is Posted For this Question
Be the First to Post Answer
What is constructor and virtual function? Can we call a virtual function in a constructor?
how to handle exceptions in core applications?
What is the super void?
What is string value?
What is JAVA? Why it is platform independent?
How to create an instance of a class without using "new" operator? Plz help me out properly.Thank u.
Hi.... I applied for the post of scientific officer/Engineer-SB(Programmer).Please post the syllabus and sample papers.
What is the difference between abstraction and encapsulation?
What is a percentage sign called?
Can we define static methods inside interface?
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 are the parameters used in Connection pooling?