Which class contains a method: cloneable or object?


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

Post New Answer

More Core Java Interview Questions

what are the high-level thread states? : Java thread

0 Answers  


1.what is the exact difference between applet and frame? 2.Do we use main method in frames?

5 Answers  


when should you use stringbuilder class in a program?

0 Answers  


Does java support multiple inheritances?

0 Answers  


How many objects are created when we create String class object using new operator?

9 Answers   Mind Tree,






how copy the hashmap object into arraylist at java program?

4 Answers   HCL, Wipro,


How to disable caching on back button of the browser?

0 Answers  


when everything can be done by static block then why do we use main method?.

2 Answers  


What is the difference between Synchronizing mehtod & Synchronizing block?

2 Answers  


What is a parameter in java?

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  


How are the elements of a gridbaglayout organized in java programming?

0 Answers  


Categories