Você está na página 1de 7

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: Onmobile Sample Technical Placement Paper Level1 (Bolded option is your answer) 1. C programming language was developed by? A Dennis Ritchie 2. ___escape character can be used to horizontal tab in C? A `( )` 3. Array subscripts in C always start at? A 1(one) 4. __unconditional control structure? A goto 5. In a file contains the line "I am a boy\r\n" then on reading this line into the array str using fgets(). what will str contain? A "I am a boy\n\0" 6. __Which of these file open mode you use to delete all previous content in the file? A ios::trunc

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. __A class that declares or inherits a virtual function is called? A polymorphic class 8. Operator overloaded is? A Making C++ operators works with objects and giving new meaning to existing C++ operators 9. __do not break encapsulation, but rather enhance a class interface? A Friend functions 10. __is the extension of C++ source file is? A .cpp 11. The UNIX operating system is written in language? A C Language 12. Unix is a? A Operating system 13. ____is not valid version of Windows.

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 Windows 97 14. AWT stands for _____? A Abstract Windowing Toolkit 15. The Technique to make a computer to behave as it is having more memory than its actual physical memory limit is called -------------A Virtual Memory 16. memory allocated by malloc is persistent(according to malloc is it true/false) A true 17. What is a constructor? A A constructor is a block of code with the same name of its defining class without return type. 18. What is java Inner Class? A A class defined inside another class is called an Inner Class. 19. What is object Serialization? A Persisting the state of an object in a storage media is known as Object Serialization.

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

20. Define reflection. A Reflection allows programmatic access to information about the fields, methods and constructors of loaded classes. 21. What are the base class for Error and Exception? A Throwable 22. Explain how to serialize an object to a file. A The class whose instances are to be serialized should implement an interface Serializable, pass the instance to the ObjectOutputStream which is connected to a fileoutputstream. This will save the object to a file. 23. Define native method. A A native method is implemented in a language other than Java. 24. Explain the differences between Jsp and Servlet. A The JSP is used mainly for presentation purpose but the Servlets are not used for this purpose only. 25. Name the different ways of session tracking. A Cookies,URL rewriting,HttpSession,Hidden form fields.
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

26. Define the servlet mapping. A The servlet mapping is defined as an association between the URL pattern and a servlet. 27. Why are classes important? A A class is the fundamental entity in OOP. The functionality, data need to be well defined in a class. The need, flow and actual functionality is to be well defined, structured in a class first, without which OOP can not be done. 28. What is the BFILE datatypes? A It refers to an external binary file and its size is limited by the operating system. 29. What is the ref cursor in Oracle? A REF_CURSOR allows returning a recordset/cursor from a Stored procedure. 30. What is a cursor variable? A In case of a cursor, Oracle opens an anonymous work area that stores processing information. This area can be accessed by cursor variable which points to this area. One must define a REF CURSOR type, and then declare cursor variables of that type to do so.

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

31. What is a data structure? A Data structures are used to store data in a computer in an organized fashion. 32. If we do not provide a constructor, then the compiler provides a zero-argument constructor.(True/False) A True 33. Is it possible to invoke Garbage Collector explicitly? A yes 34. There is one common garbage collector for all programs.(True/False) A True 35. ___allows the programmer to destroy an object x? A garbage collection system 36. int a = Math.abs(-5); Can be compiled with error(true/false) A false 37. (void*)0 is

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 Representation of NULL pointer 38. rewind() is used to A Reposition the file pointer to begining of file. 39. What is stderr ? A standard error streams 40. What are the different types of real data type in C ? A float, double, long double

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

Você também pode gostar