KyaPoocha.com

Huge Collection of Interview Questions


Archive for November, 2006

What is Difference betweem Manual and Automation Testing? 

This answer is quite simple, Manual is when user needs to do many things based on the test case specified, say like click some tab and check if the tab is working... Read more »

What is L10 Testing? 

L10 Testing is Localization Testing, it verifies whether your products are ready for local markets or not.  Read more »

What is I18N Testing? 

I18N Testing is “Internationalization testing” Determine whether your developed product’s support for international character encoding methods is sufficient... Read more »

What is StAX? 

StAX is the Streaming API for XML defined by JSR 173.  Read more »

Are there any predefined file filters for a JFileChooser? 

Apart from the accept all filter, until Java 6, there were no predefined filters. Java 6 introduces the FileNameExtensionFilter, allowing you to define one or more... Read more »

Why can’t my applet read or write to files? 

Applets execute under the control of a web browser. Netscape and Internet Explorer impose a security restriction, that prohibits access to the local filesystem by... Read more »

How can I call a Java method from Javascript? 

Direct Web Remoting is an open source Java library which allows for easy integration of AJAX into your web site. It allows you to call Java methods directly from... Read more »

Can I include comments in my Style Sheet? 

Yes. Comments can be written anywhere where whitespace is allowed and are treated as white space themselves. Anything written between /* and */ is treated as a comment... Read more »

Which characters can CSS-names contain? 

The CSS-names; names of selectors, classes and IDs can contain characters a-z, A-Z, digits 0-9, period, hyphen, escaped characters, Unicode characters 161-255, as... Read more »

Are Style Sheets case sensitive? 

No. Style sheets are case insensitive. Whatever is case insensitive in HTML is also case insensitive in CSS. However, parts that are not under control of CSS like... Read more »

What are inline, block, parent, children, replaced and floating elements? 

Inline elements which do not have line breaks. Can occur in block elements or other inline elements, cannot contain block elements. Inline elements in HTML 3.2;... Read more »

What is cascade? 

Cascade is a method of defining the weight (importance) of individual styling rules thus allowing conflicting rules to be sorted out should such rules apply to the... Read more »

Can I attach more than one declaration to a selector? 

Yes. If more than one declaration is attached to a selector they must appear in a semi colon separated list, e.g.; Selector {declaration1; declaration2} P {background:... Read more »

What is initial value? 

Initial value is a default value of the property, that is the value given to the root element of the document tree. All properties have an initial value. If no specific... Read more »

What is value? 

Value is a ‘physical’ characteristic of the property. Property declares what should be formatted, e.g. FONT while value suggests how the property should... Read more »

Page 2 of 5«12345»