Java J2EE (14736)
J2ME (151)
Java Related AllOther (507) My Question is that i am using
interface X{ void m1(); void m2(); } class Child2 extends Object implements X { public void m1(){ System.out.println("Child2 M1"); } public void m2(){ System.out.println("Child2 M2"); } } public class ParentChildInfterfaceDemo { public static void main(String[] args){ X x = new Child2(); X x1 = new Child2(); x.m1(); x.m2(); x.equals(x1); } } Will the above code work? If yes? Can you please explain why the code x.equals(x1) will work as the equals method is called on interface reference vaiable?
2 5756create a midp application,where user can enter player name and points.the program saves the information to the record using RMS at MIDP device.program should also print out the top 10 player list to the end user.
3398create a menu which has the following options:cut-can be on/off,copy-can be on/off,paste-can be on/off,delete-can be on/off,select all-put all4 options on,unselect all-put all 4 options off,using event handling in MIDP application
5683who will give req's to u?. how they send req's to u? . what design documents contains?. when bugs raised on other developer code how to report to them?.(throgh mail or ........). how to retrive 100 recods from dao layer to presentation layer.using which collection?. what is sequence diagram.?.
2325please any one explain this project: Minimizing recovery state in geographic ad hoc routing
IBM,
1 3671Addition to previous section relative word 5th one was Putrid ans: rotten, also there was prob. in 1st section on bucket weight ans:10kg, also there was a prob. on train speed to find bridge length ans:800 mtrs.
2166
What is meant by session replication?
What is executeupdate in java?
explain multi-threading in java?
What is the use of http-tunneling in rmi?
What are the main components of a class in java?
What is java life cycle?
What does el mean in java?
What do you understand by dependency injection?
How do you calculate roots in java?
What is the local interface used by web logic server?
What you can do with node manager?
What is the difference in using Action interface and ActionSupport class for our action classes, which one you would prefer?
What are thread groups?
Why serialization is used in java?
Name three component subclasses that support painting?