which is advanced deep technology in java launched by the
sun microsystem??? The answer is very logical
If u need correct answer mail me at priya_gupta@gmail.com
No Answer is Posted For this Question
Be the First to Post Answer
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"); } } }
Why is core java important?
What is operator overloading. Is it is supported in java?
what is purpose of collections.unmodified() method..?
What is string builder in java?
If we allocate the memory using 'new' & de-allocated using 'free' then what will happen?
What is tcp and udp?
What is the difference between abstract class and interface1? What is an interface?
Why does java does not support multiple inheritance? Explain
Why java is call by value?
Explain about features of local inner class?
What is the effect of keeping a constructor private?