Archive for the 'Java' Category
MANHATTAN PLACEMENT PAPER (JAVA) JAVA:- 1) Which of the following 2 methods executes faster ? class Trial { String _member; void method1() { for(int i=0;i<2048;i++) { _member += “test”; } } void method2() { String temp; for(int i=0;i<2048;i++) { temp += “test”; }
October 23rd, 2010 | Posted in Campus Recruitment Papers, IT Companies Question Papers, IT Papers, Java, MANHATTAN, Model papers, Placement Papers, Sample Papers, Technical Papers | 94 Comments
CMC Placement Paper 250+ Frequently Asked Questions Of Java Programming Interview Can a main() method of class be invoked in another class? What is the difference between java command line arguments and C command line arguments? What is the difference between == & .equals What is the difference between abstract class & Interface. What is [...]
October 22nd, 2010 | Posted in Aptitude Papers, CMC, Campus Recruitment Papers, Exam Papers, IT Companies Question Papers, IT Papers, Java, Model papers, Sample Papers, Software Company Question Papers, Technical Papers | 1,700 Comments
Microsoft Interview Questions (Part – 4): JAVA QUESTIONS AND ANSWERS What is the difference between an Applet and an Application? What are java beans? What is RMI? What gives java it’s “write once and run anywhere” nature? What are native methods? How do you use them? How does Java inheritance wor?k How many different types [...]
September 24th, 2010 | Posted in Data stuctures, Database, Exam Papers, IT Companies Question Papers, IT Descriptive Solved Question Paper, IT Interview Question, IT Papers, Interview Question, Java, Microsoft, Model papers, Placement Papers, Sample Papers, Technical Papers | 2,950 Comments