Placement Papers - Microsoft

Microsoft Corporation
Microsoft Interview Questions Paper (Set-5)
Posted by :
Sairam
(9)
MICROSOFT PREVIOUS YEARS COLLEGE CAMPUS PLACEMENT PAPERS AND HR INTERVIEW QUESTIONS



JAVA QUESTIONS N ANSWERS

(Avg. of 487 ) : What is the difference between an Applet and an Application?

(Avg. of 133 ) : What are java beans? Rate it: View Answers (Avg. of 57 ) : What is RMI?

(Avg. of 28 ) : What gives java it\'s "write once and run anywhere" nature?

(Avg. of 33 ) : What are native methods? How do you use them?

(Avg. of 26 ) : How does Java inheritance wor?k

(Avg. of 58 ) : How many different types of JDBC drivers are present? Discuss them.

(Avg. of 36 ) : What does the "static" keyword mean in front of a variable? A method? A class? Curly braces {}?

(Avg. of 34 ) : Class A subclass B subclass C. All override foo(). I cast C to A and call foo(). What happens? Can C call A->foo()?

(Avg. of 19 ) : Access specifiers: "public", "protected", "private", nothing?

(Avg. of 18 ) : What does the "final" keyword mean in front of a variable? A method? A class?

(Avg. of 28 ) : Does Java have "goto"?

(Avg. of 34 ) : Why "bytecode"? Can you reverse-engineer the code from bytecode?

(Avg. of 31 ) : How does exception handling work in Java?

(Avg. of 64 ) : Does Java have destructors?