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»
ASP.NET interview questions and answers
# Describe the difference between a Thread and a Process? # What is a Windows Service and how does its ......
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 ......
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 ......
Read the rest of this entry »
Database»
Binding properties of Flex objects to a variable.
private var allSegmentChartsOn:Boolean=true; [Bindable] public function set segmentChartsOn(value:Boolean):void { allSegmentChartsOn = value; } public function get segmentChartsOn():Boolean { return allSegmentChartsOn; ......
Read the rest of this entry »
Tech»
Microsoft Interview Questions-full
Microsoft Interview Questions The following are actual questions from actual interviews conducted by Microsoft employees on the main campus. Microsoft ......
Read the rest of this entry »
Interview»
Interviewing for MS Interns
# Explain a database to a young child. # Explain the Internet to your grandparents # What is your favorite ......
