How can I scroll through list of pages like the search results in google?
No Answer is Posted For this Question
Be the First to Post Answer
Can I map more than one table in a cmp?
What is aop(assepct oriented programing)?
What modifiers may be used with an inner class that is a member of an outer 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); } }
If your ui seems to freeze periodically, what might be a likely reason?
What is the difference between static and non-static with examples?
Do we need to override service() method
What is runnable?
When is the best time to validate input?
what are RemoteObjects?
What is ioc concept?
What are the diff types of exception?