Java interview questions and answers
What is garbage collection? What is the process that is responsible for doing that in java? – Reclaiming the unused ......
Read the rest of this entry »
Interview»
J2EE interview questions and answers
What makes J2EE suitable for distributed multitiered Applications? - The J2EE platform uses a multitiered distributed application model. Application logic ......
Read the rest of this entry »
Interview»
JavaScript interview questions and answers
# What’s relationship between JavaScript and ECMAScript? – ECMAScript is yet another name for JavaScript (other names include LiveScript). The ......
Read the rest of this entry »
Interview»
JAVA Interview Questions
What makes J2EE suitable for distributed multitiered Applications? - The J2EE platform uses a multitiered distributed application model. Application logic ......
Read the rest of this entry »
Interview»
JAVA INTERVIEW QUESTIONS
1. What is the difference between private, protected, and public? These keywords are for allowing privileges to components such as ......
Read the rest of this entry »
Interview»
Short Java Notes
1. Source file’s elements (in order) * Package declaration * Import statements * Class definitions 2. Importing packages doesn’t recursively ......
Read the rest of this entry »
Languages»
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»
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 ......
