How are this() and super() used with constructors in java programming?


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

Post New Answer

More Core Java Interview Questions

class A { class B { psvm(String args[]) { } } } if the prg saved in A.java whats the o/p?

7 Answers   HCL, TCS,


What is lazy programming?

0 Answers  


write SQL command for table employee where print first name or last name start like "A" and who is working in domain(angular js,java,dotnet)

1 Answers  


How applets will communicate with each other?

1 Answers  


How to do encapsulation in java?

0 Answers  






What is literal example?

0 Answers  


What is Ideal Design of Class?

2 Answers  


is it possible to add a object in a HASHMAP

6 Answers   HCL,


what is the difference between String s="hello"; and String s=new String("hello");?

3 Answers  


how session will be expired?

5 Answers   CybAge, Infosys,


1.) if we use "private" in place of "public" in public static void main()... 2.) if we use "int" in place of "void".... 3.) can we ommit "static" keyword from that statement.... 4.) also can we give the command line arguments type as int type or float,etc.(.i.e (string args[]))

1 Answers  


What are the main differences between notify and notifyAll in Java?

0 Answers  


Categories