What is pass by value?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

What is constructor and virtual function? Can we call a virtual function in a constructor?

0 Answers  


how to handle exceptions in core applications?

2 Answers   CSS,


What is the super void?

0 Answers  


What is string value?

0 Answers  


What is JAVA? Why it is platform independent?

10 Answers   NIIT,






How to create an instance of a class without using "new" operator? Plz help me out properly.Thank u.

10 Answers   CSC,


Hi.... I applied for the post of scientific officer/Engineer-SB(Programmer).Please post the syllabus and sample papers.

0 Answers  


What is the difference between abstraction and encapsulation?

0 Answers  


What is a percentage sign called?

0 Answers  


Can we define static methods inside interface?

0 Answers  


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 } }

3 Answers  


What are the parameters used in Connection pooling?

1 Answers   IBM,


Categories