If I wanted to use a solarisui for just a jtabbedpane, and the metal ui for everything else, how would I do that?
No Answer is Posted For this Question
Be the First to Post Answer
what is handle?
Is it possible to stop the execution of a method before completion in a sessionbean?
What are the disadvantages of using threads?
What do you know about seam?
Difference Between getRequest and PostRequest?
How will you pass parameters in RMI? Why do you serialize?
What does module-relative mean?
What is the O/P of the below Code Snippet ? And how does it imply the concept of call-by-value/call-by-reference. (Note : Pls ignore syntx errors) public class One { sop ("Into One--"); } public class Two extends One{ sop ("Into Two--"); } public class Home { One a; Two t; public static void main(argv[]) { sop ("In Home--"); sop(One.a); sop(Two.a); sop(One.t); sop(Two.t); } }
A user of a web application sees a jsessionid argument in the URL whenever a resource is accessed. What does this mean? a. The form must have the field jsessionid b. URL rewriting is used as the session method c. Cookies are used for managing sessions
hi, All are saying that now software field position is not good and in 5-10yrs total software field ll be saturated . is it true? i am unable decide ii continue in this field or not please tell me?
types of exceptions
How to do registration form using struts and hibernate?