J2EE interview questions and answers
What makes J2EE suitable for distributed multitiered Applications?
- The J2EE platform uses a multitiered distributed application model. Application logic is ......
Read the rest of this entry »
Interview»
ASP.NET interview questions and answers
# Describe the difference between a Thread and a Process?
# What is a Windows Service and how does its lifecycle ......
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»
PHP interview questions and answers
What does a special set of tags <?= and ?> do in PHP? – The output is displayed directly to ......
Read the rest of this entry »
Question»
C++ Interview questions and answers
# How do you decide which integer type to use?
# What should the 64-bit integer type on new, 64-bit machines ......
Read the rest of this entry »
Question»
C# interview questions and answers
What’s the advantage of using System.Text.StringBuilder over System.String? StringBuilder is more efficient in the cases, where a lot of manipulation ......
Read the rest of this entry »
Interview»
eBay interview questions and answers
eBay interview questions and answers
A reader went through an interview at eBay and shared the questions asked.
1. Let’s say you ......
Read the rest of this entry »
Database»
Interview Questions on C Programming
What is the difference between the declaration and the definition of a variable?The definition is the one that actually allocates ......
Read the rest of this entry »
Articles»
Latest Microsoft Interview Questions
Given a Parent -Child binary tree ,build the child -sibling version of it? Minimize the space requirements wherever possible.
Given a ......
Read the rest of this entry »
Articles»
Yahoo Interview Questions
Design classes for the following problem. (C++) A Customer Can have multiple bank accounts A Bank account can be owned by ......
