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 5881create 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.
3463create 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
5748who 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.?.
2415please any one explain this project: Minimizing recovery state in geographic ad hoc routing
IBM,
1 3790Addition 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.
2228
What is ojdbc?
what are three ways in which a thread can enter the waiting state? Or what are different ways in which a thread can enter the waiting state? : Java thread
What are profiles in spring?
What is the local interface used by web logic server?
What are packages in java?
Is spring boot a framework? : Spring Boot
What is the life cycle of spring bean?
please mail me the interview question based on java/j2ee
What is the use of entity class in java?
What are the Unix vi commands?
Is the session factory thread safe?
What is the use of volatile in java?
What is gui programming?
what is interface in java? Explain
Tell me the latest versions in java related areas?