Should we create system software ( e.g operating system ) in java ?


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

Post New Answer

More Java J2EE AllOther Interview Questions

what is the IDE that you have used to write your java programs?

2 Answers   Inforica, Interface Software,


what is difference between struts1.2 and struts2.0

1 Answers  


what is the difference between banking and insurance domain?

2 Answers  


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()); } }

6 Answers   Cap Gemini, TCS,


what is difference between web server and application server?

1 Answers   L&T,


Is it Mandatory to map each pojo class variable with table column in Hibernate? Is there any alternative to skip some of those? Thanks in advance...

2 Answers   Span Systems,


what are callback methods?

3 Answers   iFlex,


When to use the Collection Classes(HashSet, LinkedHashSet, TreeSet....etc) in real time scenario ?

1 Answers   Cap Gemini,


What is the use of the list interface in the java collection? : java collections

0 Answers  


In hyderabad, which s/w training center is best for java, other than corejava what r the new tools to learn in java,which tool is best & have current requirement,pls give me information about java to learn ?

0 Answers  


What is markup language?

1 Answers  


what is mean by hasing and maping in java platform and advantage?

0 Answers   CTS,


Categories