SQA FAQs
SQA and testing frequently asked definitions
Black box testing
not based on any knowledge of internal design or code. Tests are based ......
Read the rest of this entry »
Languages»
EJB With Weblogic FAQs
J2EE with EJB and Weblogic interview questions
1. What is the difference between URL instance and URLConnection instance? – A URL ......
Read the rest of this entry »
Interview»
Java FAQs 5
Tough interview questions on EJB
1. How EJB Invocation happens? – Retrieve Home Object reference from Naming Service via JNDI. Return ......
Read the rest of this entry »
Interview»
Java FAQs 4
66. What is a stream and what are the types of Streams and classes of the Streams?- A Stream is ......
Read the rest of this entry »
Interview»
Java FAQs 3
Master list of Java interview questions – 115 questions
115 questions total, not for the weak. Covers everything from basics to ......
Read the rest of this entry »
Interview»
Java FAQs 2
Newbie Java questions
1. If Runnable interface is better than Thread class, than why we are using Thread class? What is ......
Read the rest of this entry »
Interview»
Java FAQs 1
General Java Servlet questions
1. What is the servlet?
2. What are the JSP atrributes?
3. What is the need of super.init(config) in ......
Read the rest of this entry »
Interview»
java (a quick walk)
1The garbage collector only knows how to release memory allocated with new, so it won’t know how to release ......
Read the rest of this entry »
Languages»
XPath quick reference
XPath (a quick walk)
1.XPath Syntax2. Selecting NodesExpression Description
nodename Selects all child nodes of the node
/ Selects from the root ......
Read the rest of this entry »
Languages»
XML Quick reference
XML
1->XML Properties:
a) With XML, it is illegal to omit the closing tag.
b) Unlike HTML, XML tags are case ......
