Hello Diploma Students in this article we have provided 22412 Java Programming Study Material Pdf. In this Java programming practice Questions We have Selected Important Questions from Previous Year Papers and Made A possible Set Of Questions which can Help Students in Preparation for Their Exams.
This advanced java programming study material Is Ideal for Candidates who are in 2nd Year of Diploma in Computer Engineering By Referring this Java Programming practice Question Bank Diploma in Computer Engineering Students Can Practice for their Upcoming Exams. We Have Also Provided java programming mcq pdf Link at the end of the Quiz You can Download it for Future Reference.
For More Java Mock Test Questions (Start Test)
Java Programming Study Material Pdf
Unit Outcome | Sub Unit Outcome | Content | View |
---|---|---|---|
1a. Write programs to create classes and objects for the given problem. | Students should understand the installation of JDK. Students should understand the features of java. Students should understand the concept of Classes and Objects. | Bytecode, jdk, jvm, Class file Object, compiled, interpreted, multithreading, dynamic, distributed Class, Object, new keyword | Download Download Download |
1b. Explain the characteristics of the given Java token. | Nesting of Methods and This Keyword | Download | |
1c. Explain the function of the given operator with example. | Arithmetic, logical, relational, ternary, bitwise, shift, assignment, increment, decrement, conditional, ternary, new | Download | |
1d. Construct the expressions using implicit and explicit type conversions to solve the given problem. | Expressions, Associativity, Type casting, math function | Download | |
1e. Develop the programs using relevant control structure to solve the given problem. | Students should understand the use of decision making statements. Students should understand the use of looping statements. | If, else, switch, break, continue Do, while, for, each | Download Download |
Java programming practice Questions Bank
Unit Outcome | Sub Unit Outcome | Content | |
---|---|---|---|
2a. Use Constructors for the given programming problem. | Student should understand the concept of constructor and its types Student should understand the concept of nesting of methods and this keywords. Student should understand the concept of command line argument and finalize method. | Bytecode, jdk, jvm, Class file Object, compiled, interpreted, multithreading, dynamic, distributed Class, Object, new keyword | Download Download Download |
Student should understand the concept of command line argument and finalize method. | Student should understand the concept of scope of the variable student should understand the concept of scope of the variable. | Scope of Variable | Download |
2c. Describe the given visibility control with example. | Student should understand the Visibility control available in Java. | Visibility controls, public, private,protected,friendly | Download |
2d. Write the programs by implementing arrays to solve the given problem. | Student should understand the array and its types Student should understand the methods of an array | Sort, length, equals, toString array | Download Download |
2e. Develop programs using vectors and wrapper classes for the given problem. | Student should understand the string and StringBuffer Class Student should understand the Vector and Wrapper classes Student should understand the concept of enumerated types | string, stringBuffer vector enum | Download Download Download |
22412 Java Programming Mcq Questions with Answers VIEW HERE
java programming Questions
Unit Outcome | Sub Unit Outcome | Content | |
---|---|---|---|
3a. Apply the identified type of inheritance for the given programming problem. | Students should understand cocept of inheritance and its types (brief) Students should understand concept of single inheritance Students should understand concept of multilevel inheritance Students should understand concept of hierarchical inheritance | Super,Inheritance,parent class,sub class,child class, Super,Inheritance,parentclass,subclass,child class, Super,Inheritance,parent class,sub class,child class, Super,Inheritance,parent class,sub class,child class | Download Download Download |
3b. Differentiate between overloading and overriding for the given example. | Students should understand concept of method overloading and overridding Students should understand concept of dispatch method,final method and use of super . Students should understand concept of abstarct class and methods ,static members | Super,Inheritance,parent class,sub class,child class, Super,Inheritance,parent class,sub class,child class, Super,parent class,static member,abstract class, | Download Download Download |
3c. Develop program using the specified interface. | Students should understand concept of interface | Interface, extending ,accessing, implements | Download |
3d. Create user defined package for the given problem. | Students should understand concept of package and its types. | package, imporT | Download |
3e. Add class and interface to the given package. | Students should understand concept of package with import statement ,static import and adding class to interface | Package, import, static | Download |
Diploma Question Paper Click Here
Java programming Example Question
Unit Outcome | Sub Unit Outcome | ||
---|---|---|---|
4a. Distinguish the errors and exceptions (if any) in the given example. | Students should understand what exceptions are and when and how they happen. Students should understand concept of what is error and its type. Students should distinguish the error and exception(if any ) in the given example. | Exception Exception Exception | Download Download Download |
4b. Develop program for handling the given exception. | Students should understand concept of try, catch, nested try,throws and finally statement. Students should understand concept of build in exception and chained exception.. Students should develop program for handlnig given exception. Students should able to create own exception and understand the concept of ecxeption in subclass. | Exception Exception Exception Exception | Download Download Download Download |
4c. Crate threads to run the given multiple processes in the given program. | Students should understand concept of multi-threads in program. Students should create thread by extending to thread class and by implementing runnable interface. Students should develop program to assign thread priority using thread methods. Students should understand the concept of synchronization, inter thread communication and deadlock. | Thread, multithread, creating thread Thread, multithread, creating thread Thread, multithread, creating thread Thread, multithread, creating thread | Download Download Download Download |
4d. Explain the function of the specified phase in thread life cycle using the given example. | Students should explain the function of each method in thread life cycle. Explain the function of specified phase in the thread life cycle using the given example Student should understand the concept of thread exception. | Thread Life Cycle Thread Exception Thread Exception | Download Download Download |
Java programming practice Questions
Unit Outcome | |||
---|---|---|---|
5a. Describe the given phase of applet life cycle using a typical example. | Student should understand the concept of Applet Student should understand Applet life cycle with example | Applet, Applet Tag Applet life cycle | Download Download |
5b. Develop programs using applet implementation for the given problem. | Student should understand how to run applet Using Appletviewer and web browser Student should understand how to accept parameters from users Student should understand different types of controls and how to add them to applets | Applet execution Using Applet viewer Applet execution in Web browser tag, Parameter accepting from applet Java controls Adding controls to an applet Examples of java control | Download Download Download |
5c. Develop program for implementing the given geometric shape. | Student should understand grahics classes to draw different grahics shape Student should understand how to draw line Student should understand how to draw and fill rectangle Student should understand how to draw and fill elipse and circle Student should understand how to draw and fill arcs Student should understand how to draw and fill polygon | Graphics class, Graphic class methods,drawRect, drawLine, drawOval, drawArc, drawPolygon, fillRect, fillLine, fillOval, fillArc, fillPolygon | Download |
5d. Develop program for implementing the given font settings. | Student should understand how to set font and color of the string Student should understand how to set ForeGround and BackGround color Student should understand font class and its menthods | setColor() and getColor() method | Download |
Java Programming Practice Questions Pdf
Unit Outcome | |||
---|---|---|---|
6a. Use I/O stream classes in a program to solve the given problem. | Files, Streams, Input, Output | Download | |
6b. Write programs for reading and writing character streams to and from the given files. | Student should understand the concept of Character Stream Class Student should understand the concept of Reader Class Student should understand the concept of Writer Class | Character Stream, Reader Class | Download |
6c. Write programs for reading and writing bytes to and from the given files. | Student should understand the concept of Byte Stream Class Student should understand the concept of Input Stream Class Student should understand the concept of Output Stream Class | Byte stream classes View input stream class output stream class View | Download Download Download |
6d. Write program to demonstrate use of primitive Data types with the specified stream. | Student should understand the concept of I/O Exceptions Student should understand the concept of Creating File Student should understand the concept of Reading/Writing characters Student should understand the concept of Reading/Writing bytes Student should understand the concept of Handling Primitive Data Types | Byte stream class | Download |
Msbte News Social accounts
We provide regular updates about msbte on our social accounts For latest msbte diploma updates you can follow our page on Instagram @msbtenews and Facebook @msbtediplomaupdates. we solve your queries by message on our social accounts so do follow our social accounts if you have any queries related to diploma and engineering courses.
Thankyou for Visiting Msbte News.
Msbte News is created to help msbte diploma students to find study resources, which are very much needed for diploma students while preparing for the exam. msbtenews.com provide polytechnic solved question papers which are provided by msbte.org.in. with these msbte polytechnic model answer paper students gets a rough idea about paper pattern and marks distribution.