Placement Papers: CSC 2006 Placement Paper Pattern
Download PDF of This Page (Size: 110K) ↧
Examrace Placement Series prepares you for the toughest placement exams to top companies.
-
C# is a native language of: Java. Net Visual Basic
-
What is IMP in Objective C
-
The width in bits of double primitive type in Java is--. Select the one correct answer.
-
What would happen when the following is compiled and executed. Select the one correct answer. Class example { 3. Int x; 4. Int y; 5. String name; 6. Public static void main (String args[]) { 7. Example pnt = new example (); 8. System. Out. Println ( “pnt is” + pnt. Name + 9. “” + pnt. x + “” + pnt. y); 10. } 11. } 12 The program does not compile because x, y and name are not initialized. The program throws a runtime exception as x, y, and name are used before initialization. The program prints pnt is 0 0. The program prints pnt is null 0 0. The program prints pnt is NULL false
-
Which of these lines will compile? Select all correct answers. Short s = 20; byte b = 128; char c = 32; double d = 1.4; float f = 1.4; byte e = 0
-
What is contained in the directory/proc?
-
System information
-
Administrative procedures
-
Boot procedures
-
Documentation on your sytem
-
-
While running DOS on a PC, which command would be used to duplicate the entire diskette:
-
Transactions per rollback segment is derived from[DBA]
-
Db_Block_Buffer
-
Processes
-
Shared_Pool_Size
-
None of the above
-
-
These following parameters are optional in init. Ora parameter file DB_BLOCK_SIZE, PROCESSES
-
What is the purpose of different record methods
-
Record
-
Pass up
-
As Object
-
Ignore.
-