What are the different types of exception?
No Answer is Posted For this Question
Be the First to Post Answer
What is Remote Server?
How would you create a button with rounded edges?
What is the difference between the ‘font’ and ‘fontmetrics’ class?
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); } }
What is difference between object state and behavior?
difference between Abstract and Interface?
what is diff between Access modifier and specifier?
What is an applet?
What are the different algorithms used for clustering?
What are the pros and cons of detached objects?
What is the difference between a menuitem and a checkboxmenuitem?
how the action can be map from jsp page to bean class in mvc1