Open navigation menu
Close suggestions
Search
Search
en
Change Language
Upload
Sign in
Sign in
Download free for days
0 ratings
0% found this document useful (0 votes)
64 views
Java Questions
MCA Java qustion papper calicut university
Uploaded by
Manesh
AI-enhanced title
Copyright
© © All Rights Reserved
Available Formats
Download as PDF or read online on Scribd
Download now
Download
Save java questions For Later
Download
Save
Save java questions For Later
0%
0% found this document useful, undefined
0%
, undefined
Embed
Share
Print
Report
0 ratings
0% found this document useful (0 votes)
64 views
Java Questions
MCA Java qustion papper calicut university
Uploaded by
Manesh
AI-enhanced title
Copyright
© © All Rights Reserved
Available Formats
Download as PDF or read online on Scribd
Download now
Download
Save java questions For Later
Carousel Previous
Carousel Next
Save
Save java questions For Later
0%
0% found this document useful, undefined
0%
, undefined
Embed
Share
Print
Report
Download now
Download
You are on page 1
/ 7
Search
Fullscreen
D 43409 (Pages : 2) ‘Time: THIRD SEMESTER M.C.A. DEGREE. EXAMINATION, APRIL 2018 MCA 10 304—CORE JAVA (2010 Admissions) Three Hours Maximum : 100 Marks Answer any five questions, Each full question carries equal marks, (a) Explain Java Virtual Machine with noat diagram, (6 marks) (b) Explain the declaration of array variable in Java, What is dynamic initialization ? Give examples, (6 marks) (c) Explain object orientated concepts briefly, (10 marks) (a) Which are the different types of Constructors in java? Explain with examples, (6 marks) (b) Describe the looping control statements in Java, with examples, (6 marks) (©) Describe the use of abstract classes and methods in Java. (6 marks) (a) Explain parameter passing in Java, with suitable examples, (6 matks) (a) What are the methods used for thread synchronization ? Explain with examples, (10 marks) (b) Explain exception handling mechaniom in java, with suitable examples, (10 marks) (a) Write a note on stroam related classos, (10 marks) (b) Explain the use of graphics class in Java. . (6 marks) (©) How parameters are passed to an applot ? (6 marks) (a) Explain Event Delegation model in java, with suitable oxamplos. (10 marks) (b) Write an applet that simulates a desk calculator, using AWT controls and ovont handling, 1 (10 marks) Turn over6. (a) () () 7. (@) (b) 6 2 4 a) 2 D 43409 A tabie named Student exists with fields name, roll-no and marks for 3 subjects (mark 1, mark 2, mark 3). Write a Java program to prepare a rank list (name, roll-no) of the students based on total marks and displays the same. . (10 marks) Explain types of statements in Java database connectivity. Give examples. (6 marks) Explain types of Sockets used in java. (6 marks) Explain the steps in connecting a java program to database, with example. (10 marks) Write a complete program in Java for client and server communication using TCP and explain it. (10 marks) [6 x 20 = 100 marks}14388 i (Pages : 2) Name. Reg. No. THIRD SEMESTER M.C.A. DEGREE EXAMINATION, APRIL 2017 MCA 10 304—CORE JAVA (2010 Admissions) ‘Time : Three Hours Maximum : 100 Marks 8 Answer any five questions. All questions carry equal marks. 1. (a) Explain the basic building blocks of object oriented programming. (10 marks) (b) Write a java program to store the details of students in a class. State the assumptions you have made. (10 marks) 2. (a) Explain with examples any four string manipulation functions in JAVA. N (10 marks) (b) Write a java program to store 10 numbers and output them in sorted order, using an array. (10 marks) 3. (a) Distinguish between method overloading and method overriding in JAVA with the help of examples. (15 marks) (b) Isit possible to derive two subclasses from a given class ? Justify your answer by either giving an example or giving the reason if it is not possible. (6 marks) 4. (a) What is an abstract class ? Explain its use by giving an example. (10 marks) (b) Explain how an interface js defined and implemented with an example. (10 marks) 5. (a) Why are the keywords try, catch and finally used . Ilustrate with an example. . (10 marks) (b) What are threads ? Explain with an example, creation of a thread in java. (10 marks)2 D 14388 6. (a) Explain how a frame is created and information placed in it with the help of an example, (10 marks) (b) What are applets ? How do we create an applet in java ? Give an example. (10 marks) 7 (a) Write a note on sockets in java. (10 marks) (b) Explain the steps in connecting to a database from java. Hlustrate with an example, how SQL ‘queries can be executed from-a Java program, (10 marks) C 2371‘Time: I. Ml. Vil. Three Hours THIRD SEMESTER M.C.A. DEGREE EXAMINATION, APRIL 2016 MCA 10 304—CORE JAVA (2010 Admissions) Maximum : 100 Marks Answer any five questions. (a) List and explain features of java. (10 marks) (>) Write a complete java program to define a class student with details such as name, roll number, marks for three subjects, method for reading the details and method to print roll no, name and total marks. (10 marks) (a) With suitable example, explain constructors. (10 marks) (b) Mlustrate method overloading with suitable example. (10 marks) (a) Write notes on packages. (8 marks) (b) With suitable example, explain exception handling. (12:marks) (a) What is a thread ? Explain with suitable example, thread creation and running. (10 marks) (b) Write note on random access files. (10 marks) (a) Write note on Applet life cycle. (20 marks) (b) Explain with suitable example event handling in AWT programming. (20 marks) (a) Explain JDBC architecture. (10 marks) (b) Describe aspects of network programming using java. (10 marks) (a) Explain how multiple inheritance can be implemented in java. (10 marks) (b) Explain the features of AWT. Write and explain a simple AWT program. (10 marks)C 81087 Reg. No... THIRD SEMESTER M.C.A. DEGREE EXAMINATION, APRIL 2015 MCA 10 304—CORE JAVA (2010 Admissions) Time : Three Hours ‘Maximum : 100 Marks Answer any five questions. I. (a) With suitable example explain the structure of a Java program. (6 marks) (b) Write note on scope and lifetime of Java variables. (6 marks) (©) Write a Java program to read a line of text and print the number of words and number of vowels in it. (8 marks) II. (a) What is a constructor ? Can a class have different constructors ? Write an appropriate Java program illustrating how a constructor can be used to initialize one or more field. (10 marks) (b) Differentiate with suitable examples method overloading and method overriding. (10 mar? II. (a) Write appropriate program illustrating the concepts abstract methods and classes. (10 marks) (b) Write note on exception handling. (10 marks) IV. (a) Whatis a thread ? What do you mean by multi-threading ? Explain thread life cycle. (20 marks) (b) Write appropriate program illustrating creating, running, blocking and stopping threads. (20 marks) V. (a) Write note on Buffered streams and object serialization. (10 marks) (b) What is an applet class ? With suitable example explain passing of parameters to applets. (20 marks) VI. (a) Mlustrate the following with suitable example : “Container class” and “frame window”. (10 marks) (b) Explain the following: InetAddress, URL connection and Datagrams. (10 marks) VI. (a) Describe JDBC architecture. (10 marks) (b) Write an example Java program illustrating various concepts in inheritance. (10 marks)C 60725 Name... ‘Time : Three Hours , (a) () (a) (b) (@). (b) (a) (b) (a) () (a) (b) fa) (b) Reg. Nowe THIRD SEMESTER M.C.A. DEGREE EXAMINATION APRIL 2014 MCA 10 804 - CORE JAVA (2010 Admissions) . Maximum : 100 Marks Answer any five questions. All questions carry equal marks. Explain how JVM makes Java platform independent. Explain the primitive Data Types in JAVA. (10 + 10 = 20 marks) Write Java program to read and print a two dimensional matrix of integers. Explain the terms polymorphism, encapsulation and inheritance. Why are they important? (10 + 10 = 20 marks) Explain with examples the switch if; and for statements in JAVA. Explain with examples method overloading in JAVA. (10 + 10 = 20 marks) Explain with an example how interfaces can be used to implement multiple inheritance in JAVA. What is an Exception? What are the different types of exceptions in JAVA. (15 + 5 = 20 marks) Explain the use of try/catch and finally in exception handling with examples What is a Thread? Explain the use of threads in JAVA with an example. (10 + 10 = 20 marks) What are Streams? Explain file i/o in java using streams with the help of an example. Write a note on Applets in JAVA. (10 + 10 = 20 marks) ‘Explain with an example sockets in JAVA What is JDBC? Illustrate with an example how you will select all Books published after 1986 from a book table having Name of the book, year of publishing and author as fields. (10 + 10 = 20 marks) (5 x 20 = 100 marks)
You might also like
Section A: Objective: DATED: 23 November, 2012
PDF
100% (1)
Section A: Objective: DATED: 23 November, 2012
6 pages
Java Qs
PDF
No ratings yet
Java Qs
3 pages
Question Bank: Subject: Programming in Java 2 Marks
PDF
No ratings yet
Question Bank: Subject: Programming in Java 2 Marks
6 pages
Cs3391-Question Bank
PDF
No ratings yet
Cs3391-Question Bank
16 pages
ICT test 1 QP OOPS
PDF
No ratings yet
ICT test 1 QP OOPS
2 pages
MCS-024 D15 Compressed
PDF
No ratings yet
MCS-024 D15 Compressed
3 pages
S3 BCA Java March 2022 QP
PDF
No ratings yet
S3 BCA Java March 2022 QP
3 pages
Ooc Modulewise QP
PDF
No ratings yet
Ooc Modulewise QP
5 pages
CS3391- Question BANK
PDF
No ratings yet
CS3391- Question BANK
11 pages
MCS-024__merged
PDF
No ratings yet
MCS-024__merged
42 pages
JavaQuestion Bank-New
PDF
No ratings yet
JavaQuestion Bank-New
9 pages
MCS-024 Notes
PDF
No ratings yet
MCS-024 Notes
4 pages
Java Question Paper...
PDF
No ratings yet
Java Question Paper...
14 pages
WWW - Manaresults.Co - In: Code No: MC1621/R16
PDF
No ratings yet
WWW - Manaresults.Co - In: Code No: MC1621/R16
1 page
MCA (Revised) Term-End F, Xamination June, 2OO7
PDF
No ratings yet
MCA (Revised) Term-End F, Xamination June, 2OO7
4 pages
java main
PDF
No ratings yet
java main
3 pages
ACFrOgDBFKzqRgNlgD2tqxABFisEamWprkFgWuHbLdJPhP3_DLjwKmFmknH9S2X5MghzEtaBjYappYpq_b4S5jpUKiEyjEvQyTNMK3iSxcJWYEkIwVolyhZxdECre7RPfmYMFCyOCrhllDAPQvy9Q_1tXwwJdQUtr7TH6JZmaxBW-SZIWPjIQaK_ByVdsil7bTiJBqtQmoMjm0DEVlzt
PDF
No ratings yet
ACFrOgDBFKzqRgNlgD2tqxABFisEamWprkFgWuHbLdJPhP3_DLjwKmFmknH9S2X5MghzEtaBjYappYpq_b4S5jpUKiEyjEvQyTNMK3iSxcJWYEkIwVolyhZxdECre7RPfmYMFCyOCrhllDAPQvy9Q_1tXwwJdQUtr7TH6JZmaxBW-SZIWPjIQaK_ByVdsil7bTiJBqtQmoMjm0DEVlzt
3 pages
JavaImpQuestions Set1
PDF
No ratings yet
JavaImpQuestions Set1
5 pages
Lab Manual Java Civil
PDF
No ratings yet
Lab Manual Java Civil
29 pages
OOP Question Bank
PDF
No ratings yet
OOP Question Bank
11 pages
18CS0511-Object Oriented Programming
PDF
No ratings yet
18CS0511-Object Oriented Programming
5 pages
java
PDF
No ratings yet
java
3 pages
Java Full Question Bank
PDF
No ratings yet
Java Full Question Bank
5 pages
Mcs 024
PDF
No ratings yet
Mcs 024
5 pages
Object Oriented Programming (Mechanical Engineering)
PDF
No ratings yet
Object Oriented Programming (Mechanical Engineering)
13 pages
Programming 2022
PDF
No ratings yet
Programming 2022
3 pages
Programming With Java MCA
PDF
No ratings yet
Programming With Java MCA
2 pages
Question Bank BCS403
PDF
No ratings yet
Question Bank BCS403
5 pages
BCA Question Bank - JAVA
PDF
No ratings yet
BCA Question Bank - JAVA
6 pages
OOP QB
PDF
No ratings yet
OOP QB
13 pages
Updated Question Bank For Core Java 2022
PDF
No ratings yet
Updated Question Bank For Core Java 2022
13 pages
Question Bank Java
PDF
No ratings yet
Question Bank Java
15 pages
Java Previous Year Question Papers
PDF
No ratings yet
Java Previous Year Question Papers
12 pages
MSBTE JAVA 9113 Question Paper
PDF
No ratings yet
MSBTE JAVA 9113 Question Paper
10 pages
Java Programming
PDF
No ratings yet
Java Programming
57 pages
Java 2
PDF
No ratings yet
Java 2
19 pages
ICE 3132-Java-Lab-Manual
PDF
No ratings yet
ICE 3132-Java-Lab-Manual
45 pages
Java Theory
PDF
No ratings yet
Java Theory
12 pages
OE Java LessonplanCSE
PDF
No ratings yet
OE Java LessonplanCSE
4 pages
Java QB 2023
PDF
No ratings yet
Java QB 2023
4 pages
BCAR 204 Assignment 1, 2
PDF
No ratings yet
BCAR 204 Assignment 1, 2
6 pages
MC5304 Programming With Java PDF
PDF
No ratings yet
MC5304 Programming With Java PDF
162 pages
Finaljava - Copy - Book (1) - Pages-8-111
PDF
No ratings yet
Finaljava - Copy - Book (1) - Pages-8-111
104 pages
Java Question Paper 3 PDF
PDF
No ratings yet
Java Question Paper 3 PDF
5 pages
Java (Model 1)
PDF
No ratings yet
Java (Model 1)
33 pages
20645
PDF
No ratings yet
20645
6 pages
Model OOPS
PDF
No ratings yet
Model OOPS
2 pages
Oop QP
PDF
No ratings yet
Oop QP
7 pages
Lecture Slide Week-1
PDF
No ratings yet
Lecture Slide Week-1
55 pages
Java-QUESTION BANK
PDF
No ratings yet
Java-QUESTION BANK
7 pages
Question Bank
PDF
No ratings yet
Question Bank
3 pages
Unit 1 Core Java - 240510 - 125907
PDF
No ratings yet
Unit 1 Core Java - 240510 - 125907
165 pages
Java3+1
PDF
No ratings yet
Java3+1
13 pages
Java Programming
PDF
No ratings yet
Java Programming
6 pages
April 2013 (Summer Drive) Bachelor of Computer Application (BCA) - Semester 4 BC0047 - Java Programming - 4 Credits
PDF
No ratings yet
April 2013 (Summer Drive) Bachelor of Computer Application (BCA) - Semester 4 BC0047 - Java Programming - 4 Credits
2 pages
Java Question Bank 24-25
PDF
No ratings yet
Java Question Bank 24-25
3 pages
java-programming-question-bank
PDF
No ratings yet
java-programming-question-bank
7 pages
CEP Booklet OOP1
PDF
No ratings yet
CEP Booklet OOP1
2 pages
Related titles
Click to expand Related Titles
Carousel Previous
Carousel Next
Section A: Objective: DATED: 23 November, 2012
PDF
Section A: Objective: DATED: 23 November, 2012
Java Qs
PDF
Java Qs
Question Bank: Subject: Programming in Java 2 Marks
PDF
Question Bank: Subject: Programming in Java 2 Marks
Cs3391-Question Bank
PDF
Cs3391-Question Bank
ICT test 1 QP OOPS
PDF
ICT test 1 QP OOPS
MCS-024 D15 Compressed
PDF
MCS-024 D15 Compressed
S3 BCA Java March 2022 QP
PDF
S3 BCA Java March 2022 QP
Ooc Modulewise QP
PDF
Ooc Modulewise QP
CS3391- Question BANK
PDF
CS3391- Question BANK
MCS-024__merged
PDF
MCS-024__merged
JavaQuestion Bank-New
PDF
JavaQuestion Bank-New
MCS-024 Notes
PDF
MCS-024 Notes
Java Question Paper...
PDF
Java Question Paper...
WWW - Manaresults.Co - In: Code No: MC1621/R16
PDF
WWW - Manaresults.Co - In: Code No: MC1621/R16
MCA (Revised) Term-End F, Xamination June, 2OO7
PDF
MCA (Revised) Term-End F, Xamination June, 2OO7
java main
PDF
java main
ACFrOgDBFKzqRgNlgD2tqxABFisEamWprkFgWuHbLdJPhP3_DLjwKmFmknH9S2X5MghzEtaBjYappYpq_b4S5jpUKiEyjEvQyTNMK3iSxcJWYEkIwVolyhZxdECre7RPfmYMFCyOCrhllDAPQvy9Q_1tXwwJdQUtr7TH6JZmaxBW-SZIWPjIQaK_ByVdsil7bTiJBqtQmoMjm0DEVlzt
PDF
ACFrOgDBFKzqRgNlgD2tqxABFisEamWprkFgWuHbLdJPhP3_DLjwKmFmknH9S2X5MghzEtaBjYappYpq_b4S5jpUKiEyjEvQyTNMK3iSxcJWYEkIwVolyhZxdECre7RPfmYMFCyOCrhllDAPQvy9Q_1tXwwJdQUtr7TH6JZmaxBW-SZIWPjIQaK_ByVdsil7bTiJBqtQmoMjm0DEVlzt
JavaImpQuestions Set1
PDF
JavaImpQuestions Set1
Lab Manual Java Civil
PDF
Lab Manual Java Civil
OOP Question Bank
PDF
OOP Question Bank
18CS0511-Object Oriented Programming
PDF
18CS0511-Object Oriented Programming
java
PDF
java
Java Full Question Bank
PDF
Java Full Question Bank
Mcs 024
PDF
Mcs 024
Object Oriented Programming (Mechanical Engineering)
PDF
Object Oriented Programming (Mechanical Engineering)
Programming 2022
PDF
Programming 2022
Programming With Java MCA
PDF
Programming With Java MCA
Question Bank BCS403
PDF
Question Bank BCS403
BCA Question Bank - JAVA
PDF
BCA Question Bank - JAVA
OOP QB
PDF
OOP QB
Updated Question Bank For Core Java 2022
PDF
Updated Question Bank For Core Java 2022
Question Bank Java
PDF
Question Bank Java
Java Previous Year Question Papers
PDF
Java Previous Year Question Papers
MSBTE JAVA 9113 Question Paper
PDF
MSBTE JAVA 9113 Question Paper
Java Programming
PDF
Java Programming
Java 2
PDF
Java 2
ICE 3132-Java-Lab-Manual
PDF
ICE 3132-Java-Lab-Manual
Java Theory
PDF
Java Theory
OE Java LessonplanCSE
PDF
OE Java LessonplanCSE
Java QB 2023
PDF
Java QB 2023
BCAR 204 Assignment 1, 2
PDF
BCAR 204 Assignment 1, 2
MC5304 Programming With Java PDF
PDF
MC5304 Programming With Java PDF
Finaljava - Copy - Book (1) - Pages-8-111
PDF
Finaljava - Copy - Book (1) - Pages-8-111
Java Question Paper 3 PDF
PDF
Java Question Paper 3 PDF
Java (Model 1)
PDF
Java (Model 1)
20645
PDF
20645
Model OOPS
PDF
Model OOPS
Oop QP
PDF
Oop QP
Lecture Slide Week-1
PDF
Lecture Slide Week-1
Java-QUESTION BANK
PDF
Java-QUESTION BANK
Question Bank
PDF
Question Bank
Unit 1 Core Java - 240510 - 125907
PDF
Unit 1 Core Java - 240510 - 125907
Java3+1
PDF
Java3+1
Java Programming
PDF
Java Programming
April 2013 (Summer Drive) Bachelor of Computer Application (BCA) - Semester 4 BC0047 - Java Programming - 4 Credits
PDF
April 2013 (Summer Drive) Bachelor of Computer Application (BCA) - Semester 4 BC0047 - Java Programming - 4 Credits
Java Question Bank 24-25
PDF
Java Question Bank 24-25
java-programming-question-bank
PDF
java-programming-question-bank
CEP Booklet OOP1
PDF
CEP Booklet OOP1