0% found this document useful (0 votes)
148 views

Philips Sample Programming Placement Paper Level1

The document provides information about a website that offers placement papers, interview tips, and job updates. It provides the URL for the website, as well as instructions for subscribing to email updates or following the website on Facebook. It also includes a sample programming placement paper with multiple choice questions on topics like Java, C#, databases, and SQL.
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
148 views

Philips Sample Programming Placement Paper Level1

The document provides information about a website that offers placement papers, interview tips, and job updates. It provides the URL for the website, as well as instructions for subscribing to email updates or following the website on Facebook. It also includes a sample programming placement paper with multiple choice questions on topics like Java, C#, databases, and SQL.
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

Visit www.latestoffcampus.com for placement papers, interview tips & job updates. Toget freeupdates tomail http://groups.google.

com/group/latestoffcampus/subscribeLive updates on Facebook @ www.facebook.com/LatestOffCampus

TITLE: Philips Sample Programming Placement Paper Level1 (Bolded option is your answer) 1. Which of the following is/are not types of comment in C#? A Page/XML Comments (////) 2. How can we sort the elements of the array in descending order? A By calling Sort() and then Reverse() methods 3. Can we override private virtual methods? A No 4. Polymorphism? A Polymorphism means multiple forms but one name 5. ____ the first web browser developed in Java? A HotJava 6. _______ consist a data and methods? A Class

Visit www.latestoffcampus.com for placement papers, interview tips & job updates. Toget freeupdates tomail http://groups.google.com/group/latestoffcampus/subscribeLive updates on Facebook @ www.facebook.com/LatestOffCampus

Visit www.latestoffcampus.com for placement papers, interview tips & job updates. Toget freeupdates tomail http://groups.google.com/group/latestoffcampus/subscribeLive updates on Facebook @ www.facebook.com/LatestOffCampus

7. __________ exception will be thrown when you divide by zero? A Arithmetic Exception 8. _____________ Operator is used to create an object? A new 9. Applets can be tested using the _______ tool included in the Java Development Kit? A appletviewer 10. Exception classes are available in ___________ package? A java.lang 11. In Java, multi-leveled packages can be created.? A TRUE 12. Java is both _______________ and ________________? A Compiled and Interpreted 13. Java syntax is based on? A C++
Visit www.latestoffcampus.com for placement papers, interview tips & job updates. Toget freeupdates tomail http://groups.google.com/group/latestoffcampus/subscribeLive updates on Facebook @ www.facebook.com/LatestOffCampus

Visit www.latestoffcampus.com for placement papers, interview tips & job updates. Toget freeupdates tomail http://groups.google.com/group/latestoffcampus/subscribeLive updates on Facebook @ www.facebook.com/LatestOffCampus

14. The class at the top of the exception classes hierarchy is called ______? A Throwable 15. The members of Green Project were _____, _____ and _____? A Patrick Naughton, Mike Sheridan, James Gosling 16. Variables declared inside the interface declarations are implicitly __________ and __________? A final, static 17. Which of the following is not a Looping statement ____________? A Switch 18. Which of the following is valid operating system? A Solaris 19. Which Property does not hold good for Java? A Complex 20. Which property is used to name a web control? A ID
Visit www.latestoffcampus.com for placement papers, interview tips & job updates. Toget freeupdates tomail http://groups.google.com/group/latestoffcampus/subscribeLive updates on Facebook @ www.facebook.com/LatestOffCampus

Visit www.latestoffcampus.com for placement papers, interview tips & job updates. Toget freeupdates tomail http://groups.google.com/group/latestoffcampus/subscribeLive updates on Facebook @ www.facebook.com/LatestOffCampus

21. When an ASP.NET file is placed on an IIS server and viewed through a browser, the resulting HTML page contains? A all HTML code 22. What is the extension for a Visual Basic web form code file? A .aspx.vb 23. How many JDBC driver types does Sun define? A Four 24. To run a compiled Java program, the machine must have what loaded and running? A Java virtual machine 25. What is sent to the user via HTTP, invoked using the HTTP protocol on the user's computer, and run on the user's computer as an application? A A Java applet 26. A JSP is transformed into a(n): A Java servlet. 27. What programming language(s) or scripting language(s) does Java Server Pages (JSP) support?

Visit www.latestoffcampus.com for placement papers, interview tips & job updates. Toget freeupdates tomail http://groups.google.com/group/latestoffcampus/subscribeLive updates on Facebook @ www.facebook.com/LatestOffCampus

Visit www.latestoffcampus.com for placement papers, interview tips & job updates. Toget freeupdates tomail http://groups.google.com/group/latestoffcampus/subscribeLive updates on Facebook @ www.facebook.com/LatestOffCampus

A Java only 28. Which JDBC driver Type(s) is(are) the JDBC-ODBC bridge? A Type 1 29. JDBC stands for: A Java Database Connectivity 30. The command to remove rows from a table 'CUSTOMER' is: A DELETE FROM CUSTOMER WHERE ... 31. A view is which ________ A A virtual table that can be accessed via SQL commands 32. SQL data definition commands make up a(n) ________ . A DDL 33. A subquery in an SQL SELECT statement is enclosed in: A parenthesis -- (...) . 34. The HAVING clause does which of the following?
Visit www.latestoffcampus.com for placement papers, interview tips & job updates. Toget freeupdates tomail http://groups.google.com/group/latestoffcampus/subscribeLive updates on Facebook @ www.facebook.com/LatestOffCampus

Visit www.latestoffcampus.com for placement papers, interview tips & job updates. Toget freeupdates tomail http://groups.google.com/group/latestoffcampus/subscribeLive updates on Facebook @ www.facebook.com/LatestOffCampus

A Acts like a WHERE clause but is used for groups rather than rows. 35. SQL query and modification commands make up a(n) ________ . A DML 36. Which one of the following sorts rows in SQL? A ORDER BY 37. The SQL statement that queries or reads data from a table is ________ . A SELECT 38. SQL is: A a data sublanguage. 39. _________special symbol allowed in a variable? A (underscore) 40. How would you round off a value from 1.66 to 2.0? A ceil(1.66)

Visit www.latestoffcampus.com for placement papers, interview tips & job updates. Toget freeupdates tomail http://groups.google.com/group/latestoffcampus/subscribeLive updates on Facebook @ www.facebook.com/LatestOffCampus

You might also like