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 |
Is the ternary operator written x : y ? Z or x ? Y : z ?
For an example, if we have some variable in run method, and we created one or more threads. Does all threads will share the same variable or a copy of variable is created for each thread??
What is source and listener?
In real time project when will we use Abstract class. and what are the difference between abstract and interface.
6 Answers DELL, FCS, Polaris, Tanla Solutions, TCS,
What is synchronization?
What will happens, when a thread cannot acquire a lock on an object?
What is the argument type of a programs main() method?
How to synchronize jsp page?
Explain the stub's and skeleton's functionality?
Define prototype?
Can I import same package/class twice? Will the jvm load the package twice at runtime?
If I define a method in JSP scriplet <%..%>, where will it go after translation into a servlet?