What is classes in java?


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

Post New Answer

More Core Java Interview Questions

Explain the available thread states in a high-level?

0 Answers  


What are 4 pillers of object orinted programming?

0 Answers  


What do you understand by the bean persistent property?

0 Answers  


how a programmer confirms that the data submitted has been succesfully inserted into the database(either oracle or my sql).. How a programmer confirm if there is any problem with the program he wrote for insertion

2 Answers   SAP Labs,


What is difference between an object and a class?

0 Answers   Amdocs,






What are nested classes in java?

0 Answers  


how do I create a runnable with inheritance? : Java thread

0 Answers  


What is a char in java?

0 Answers  


How to excute - Interface - Inner class- method can any one tell how to execute/ call this main method public interface abc { static int i=0; void dd(); class a1 { a1() { int j; System.out.println("inside"); }; public static void main(String a1[]) { System.out.println("in interfia"); } } }

1 Answers  


What is Ideal Design of Class?

2 Answers  


Is it possible to compare various strings with the help of == operator? What are the risks involved?

0 Answers  


What is difference between calling start() and run() method of thread?

0 Answers  


Categories