What is classes in java?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the available thread states in a high-level?
What are 4 pillers of object orinted programming?
What do you understand by the bean persistent property?
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
What is difference between an object and a class?
What are nested classes in java?
how do I create a runnable with inheritance? : Java thread
What is a char in java?
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"); } } }
What is Ideal Design of Class?
Is it possible to compare various strings with the help of == operator? What are the risks involved?
What is difference between calling start() and run() method of thread?