Java/J2EE Programmer Practice Test
1. Which of the following are valid definitions of an application’s main( ) method? a) public static void main(); b) ......
Read the rest of this entry »
Languages»
SQA FAQs
SQA and testing frequently asked definitions Black box testing not based on any knowledge of internal design or code. Tests ......
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 ......
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. ......
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 ......
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 ......
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 ......
Read the rest of this entry »
Interview»
java (a quick walk)
1 The 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 Syntax 2. Selecting Nodes Expression Description nodename Selects all child nodes of the node ......
