Is object a data type in java?
No Answer is Posted For this Question
Be the First to Post Answer
Have you ever used hashtable and dictionary?
Do I need java on my computer?
How an object is serialized in java?
how to split string in java?
What do you mean by composition 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"); } } }
Explain the difference between Unicast and Multicast objects?
Can we start a thread twice in java?
Can you explain the meaning of aggregation and composition
What happens when main () method is declared as private?
Can we override the private methods?
Tell me how many ways are there to initialise an integer with a constant.