what is default length of textfield ?
Answer / qureshi azhar
The Default Length of textfield is 20 characters
| Is This Answer Correct ? | 114 Yes | 32 No |
What is servlet preinitialization
How database connectivity in XML is achieved?
What are the various thread priorities?
Explain bind(), rebind(), unbind() and lookup() methods?
What is clustering? What are the different algorithms used for clustering?
What is a clone?
whats is mean by object and class?
Where can I find seam examples and documentation?
What is the purpose of the wait() method?
suppose i open my yahoo mail.then copy the url. then sign out & close browser.then open browser paste that url on the browser.will i get my mail opened or not? i know it ill not.but how it work.how i create like this type of secure site?
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); } }
whats is mean by filter?