Should we create system software ( e.g operating system ) in java ?
No Answer is Posted For this Question
Be the First to Post Answer
How do I find jre path in windows?
How to implement or use the singleton class in java?
what is the diffrence between insurance and telecom domain?
What is java collection? : java collections
How to call the m1() method of Base class in below snippet ? class Base { public void m1() { System.out.println("Base m1 "); } public void m2() { System.out.println("Base m1 "); } } ====================== class Derived extends Base { public void m1() { System.out.println("Derived m1"); } public void m3() { System.out.println("Derived m3"); } public static void main(String[] args) { Base ob=new Derived(); ob.m1(); //System.out.println("Hello World!"+ob.m1()); } }
who should use JNDI?
How do you create UserTransaction Object? How do you rollback a transaction in a method?
Difference between Spring framework and Struts framework?
12 Answers IBM, L&T, VAM,
How many controlers are there in spring? Plz send me ans
Which interface does java.util.hashtable implement?
waht are architecture of web application?
what is the difference between through and throws?