[PDF] SUMMER– 18 EXAMINATION Subject Name: Java Programming





Previous PDF Next PDF



SUMMER– 18 EXAMINATION Subject Name: Java Programming

2) The model answer and the answer written by candidate may vary but the examiner 7) For programming language papers credit may be given to any other ...



MAHARASHTRA STATE BOARD OF TECHNICAL EDUCATION

WINTER – 2018 EXAMINATION. MODEL ANSWER. Subject: Object Oriented Programming with C++. Subject Code: Page 2 / 25. 22316 c). Ans. Differentiate between OOP 



Download File PDF Msbte Sample Question Paper

05-Sept-2022 Summer 2020 2019



WINTER– 18 EXAMINATION Subject Name: Java Programming

2) The model answer and the answer written by candidate may vary but the examiner 7) For programming language papers credit may be given to any other ...



WINTER – 19 EXAMINATIONS Subject Name: Client Side Scripting

2) The model answer and the answer written by candidate may vary but the examiner JavaScript is a scripting language and it is not java.



Summer – 15 EXAMINATION Subject Code: 17515 Model Answer

Interpreter is written for each type of machine. Java Program. Java Compiler. Virtual Machine. Source code. Byte Code process of compilation.



MAHARASHTRA STATE BOARD OF TECHNICAL EDUCATION

SUMMER – 2019 EXAMINATION. MODEL ANSWER. Subject: Java Programming. Subject Code: Page 1 / 23. 22412. Important Instructions to examiners: 1) The answers 



Read PDF Msbte Question Paper Profile

01-Sept-2022 MSBTE model answer papers 'I' Scheme of all branches download in. PDF the answer papers of that respective subject. Summer 2020



Model Question Papers

11-Dec-2018 CE10-CE11. 5. Environmental Engineering. CE12-CE14. All India Council for Technical Education. Model Question Paper. Civil Engineering ...



WINTER– 18 EXAMINATION Subject Name: Embedded Systems

2) The model answer and the answer written by candidate may vary but the examiner 7) For programming language papers credit may be given to any other ...



17515-2018-Winter-model-answer-paperpdf -msbte-study-resources

17515-2018-Winter-model-answer-paper pdf provides the msbte model answer paper pdf format for the use of students Msbte model answer paper format shows the 



msbte model answer paper pdf for- 22412

Msbte model answer paper page is intended to provide the students with the solution to the question papers It is very important source of study because 



[PDF] Java Programming Model Answer Subject Code: 17515

WINTER– 18 EXAMINATION Subject Name: Java Programming Model Answer Subject Code: 17515 Important Instructions to examiners: 1) The answers should be 



[PDF] Java Programming Model Answer Subject Code: 22412

Winter – 19 EXAMINATION Subject Name: Java Programming Model Answer Subject Code: 22412 Important Instructions to examiners: 1) The answers should be 



[PDF] 27001 - 2005 Certified) WINTER – 2018 EXAMINATION MODEL

Important Instructions to examiners: 1) The answers should be examined by key words and not as word-to-word as given in the model answer scheme



[PDF] Java Programming Model Answer Subject Code - WordPresscom

Important Instructions to examiners: 1) The answers should be examined by key words and not as word-to-word as given in the model answer scheme



2018 Winter Model Answer Paper 1 PDF - Scribd

17515 2018 Winter Model Answer Paper 1 - Free download as PDF File ( pdf ) Text File ( txt) or read online for free Sample model paper for java msbte exam



2018 Winter Model Answer Paper PDF - Scribd

WINTER – 2018 EXAMINATION MODEL ANSWER Subject: Object Oriented Programming with C++ Subject Code: 22316 Important Instructions to examiners:



22412 Model Answer Paper & Question Paper - questionkakacom

Download all the model answer papers question papers and syllabus for the subject “Basic Mathematics” 22412 Model Answer Papers (Java Programming)



22517 Model Answer Paper & Question Paper - questionkakacom

Download all the model answer papers question papers and syllabus for the subject "Advanced Java Programming"

:
SUMMER– 18 EXAMINATION Subject Name: Java Programming

MAHARASHTRA STATE BOARD OF TECHNICAL EDUCATION

(Autonomous) (ISO/IEC - 27001 - 2013 Certified)

SUMMER- 18 EXAMINATION

Subject Name: Java Programming Model Answer Subject Code:

Page 1 of 30

17515

Important Instructions to examiners:

1) The answers should be examined by key words and not as word-to-word as given in the model answer

scheme.

2) The model answer and the answer written by candidate may vary but the examiner may try to assess the

understanding level of the candidate.

3) The language errors such as grammatical, spelling errors should not be given more Importance (Not

applicable for subject English and Communication Skills.

4) While assessing figures, examiner may give credit for principal components indicated in the figure. The

figures drawn by candidate and model answer may vary. The examiner may give credit for any equivalent

figure drawn.

5) Credits may be given step wise for numerical problems. In some cases, the assumed constant values

wers and model answer.

6) In case of some questions credit may be given by judgement on part of examiner of relevant answer

7) For programming language papers, credit may be given to any other program based on equivalent

concept. Q. No. Sub Q. N.

Answers Marking

Scheme

1. (A) Attempt any THREE of the following: 12Marks

(a) Define throws & finally statements with its syntax and example. 4M Ans: 1) throws statement : throws keyword is used to declare that a method may throw one or some exceptions. The caller must catch the exceptions.

Example :

import java.io.*; class file1 public static void main(String[] args) throws IOException

FileWriter file = new FileWriter("Data1.txt");

file.write("These are contents of my file"); file.close();

2) finally statement : finally block is a block that is used to execute important code

such as closing connection, stream etc. Java finally block is always executed whether exception is handled or not. Java finally block follows try or catch block.

Example :

import java.io.*; (Each statement: 2 marks)

MAHARASHTRA STATE BOARD OF TECHNICAL EDUCATION

(Autonomous) (ISO/IEC - 27001 - 2013 Certified)

SUMMER- 18 EXAMINATION

Subject Name: Java Programming Model Answer Subject Code:

Page 2 of 30

17515
class file1 public static void main(String[] args) try FileWriter file = new FileWriter("c:\\Data1.txt"); file.write("Hello"); catch(IOException) finally file.close(); (b) Which are the restrictions present for static declared methods? 4M

Ans: Restrictions on static variables :

quotesdbs_dbs7.pdfusesText_5
[PDF] java multithreading books pdf

[PDF] java multithreading concepts pdf

[PDF] java multithreading programming exercises

[PDF] java naming conventions

[PDF] java nested loop problems

[PDF] java oop exercises online

[PDF] java philosophy

[PDF] java polymorphism example pdf

[PDF] java polymorphism example source code

[PDF] java practice exercises online

[PDF] java printf format

[PDF] java printf left justify string

[PDF] java production support interview questions

[PDF] java program list

[PDF] java program to get data from excel sheet