P2Pprogrammer 2 programmer

Home > Download > SMU - Question Paper > BSc IT > BT0074

OOPS with Java


This is the collection of Sikkim Manipal University (SMU) question and answers for OOPS with Java . It will help to prepare your examination. All question paper are classified as per semester, subject code and question type of Part A, Part B and Part C with multiple choice options as same as actual examination. SMU question papers includes year 2025, 2024, 2023 Sem I, II, III, IV, V, VI examinations of all subjects.

SMU question test set of old, last and previous year are updated regularly and it is absolutely free to use. Question paper includes Visual basic 6, VB.Net, C#, ASP.Net, Web, Oracle, Database, SQL, Software Engineering, C, C++, OOPS, MBA, MCA, BSC IT I have requested you kindly send me the question paper of OOPS with Java , SMU - Bachelor of Science in Information Technology.

Course Name        BSc IT (Bachelor of Science in Information Technology)

Subject Code       BT0074 (OOPS with Java )

Get Questions        PART - A    PART - B    PART - C

Subject : OOPS with Java

     BT0074 : PART - B    


Q. 1The ____ can be used to declared structure
variable and ____ within the template.
 A)tag-name; can not be initialized
 B)tag-name; can be initialized
 C)key word; can not be initialized
 D)key word; can be initialized
   
Q. 2 Which of these is true?
i) Private members can be accessed only by the
class in which they are declared and by any
friend classes & functions
ii) Protected members are private within the
class in which they are declared & are availabl
 A)i) only
 B)ii) only
 C)Both i) and ii)
 D)None of these
   
Q. 3What is the result in the variable len after
execution of the following statements?
int len;
char strl[] = {“39 March Road”};
len=strlen( strl);
 A)11
 B)12
 C)13
 D)14
   
Q. 4The output of the following code if input is
32767 #include
void main()
{
int union;
cout<<”Enter the integer”;
cin>union;
cout>> “The next number in the series is”<<
**union;
}
 A)23768
 B)Run time error
 C)Compilation error
 D)32767
   
Q. 5dentify the situations where inline
expansion may not work
1) If a loop, a switch or goto exists in functions
returning values
2) If a return statement exists, for functions not
returning valves
3. If functions contain static varia
 A)1), 2), 3)
 B)2), 3), 4)
 C)1), 3), 4)
 D)1), 2), 3), 4)
   
Click here to get OOPS with Java (BT0074 ) New Question


Home > Download > SMU - Question Paper > BSc IT > BT0074