• Monday, July 1, 2024

NPTEL Programming in Java Week 10 Assignment Solution

NPTEL Programming in Java Week 10 Assignment Solution

NPTEL Programming in Java Week 10 All Programming Assignment Solutions | Swayam. With the growth of Information and Communication Technology, there is a need to develop large and complex software.

Further, those software should be platform independent, Internet enabled, easy to modify, secure, and robust. To meet this requirement object-oriented paradigm has been developed and based on this paradigm the Java programming language emerges as the best programming environment.

Now, Java programming language is being used for mobile programming, Internet programming, and many other applications compatible to distributed systems.

This course aims to cover the essential topics of Java programming so that the participants can improve their skills to cope with the current demand of IT industries and solve many problems in their own filed of studies.

COURSE LAYOUT

  • Week 1 : Overview of Object-Oriented Programming and Java
  • Week 2 : Java Programming Elements
  • Week 3 : Input-Output Handling in Java
  • Week 4 : Encapsulation
  • Week 5 : Inheritance
  • Week 6 : Exception Handling
  • Week 7 : Multithreaded Programming
  • Week 8 : Java Applets and Servlets
  • Week 9 : Java Swing and Abstract Windowing Toolkit (AWT)
  • Week 10 : Networking with Java
  • Week 11: Java Object Database Connectivity (ODBC)
  • Week 12: Interface and Packages for Software Development

Course Name : “Programming in Java”

Question : 1 The following code needs some package to work properly. Write appropriate code to  import the required package(s) in order to make the program compile and execute successfully.

Question : 2 Write the JDBC codes needed  to create a Connection interface using the DriverManager class and the variable DB_URL.  Check whether the connection is successful using ‘ isAlive(timeout) ‘ method to generate the output, which is either ‘true’ or ‘false’.

Question : 3 Due to some mistakes in the below code, the code is not compiled/ executable. Modify and debug the JDBC code to make it execute successfully.

Question : 4 Complete the code segment to create a new table named ‘ PLAYERS ’ in SQL database using the following information.

Question : 5 Complete the code segment  to rename an already created table named ‘ PLAYERS ’ into ‘ SPORTS ’.

One thought on “ NPTEL Programming in Java Week 10 Assignment Solution ”

  • Pingback: NPTEL Programming in Java Week 9 Assignment Solution - Techies Talk

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Save my name, email, and website in this browser for the next time I comment.

Quizermania Logo

Programming in Java | NPTEL 2022 | Week 10 quiz solutions

This set of MCQ(multiple choice questions) focuses on the  Programming in Java NPTEL 2022 Week 10 Quiz Solutions .

Course layout (Answers Link)

Answers COMING SOON! Kindly Wait!

Week 1 : Overview of Object-Oriented Programming and Java Programming Assignment Week 2: Java Programming Elements Programming Assignment Week 3: Input-Output Handling in Java Programming Assignment Week 4: Encapsulation Programming Assignment Week 5: Inheritance Programming Assignment Week 6: Exception Handling Programming Assignment Week 7: Multithreaded Programming Programming Assignment Week 8: Java Applets and Servlets Programming Assignment Week 9: Java Swing and Abstract Windowing Toolkit Programming Assignment Week 10: Networking with Java Programming Assignment Week 11: Java Object Database Connectivity Week 12: Interface and Packages for Software Development

NOTE:  You can check your answer immediately by clicking show answer button. Programming in Java NPTEL 2022 Week 10 Quiz Solutions” contains 10 questions.

Now, start attempting the quiz.

Programming in Java NPTEL 2022 Week 10 Quiz Solutions

Q1. Which of the following statement(s) is(are) NOT true?

a) TCP is not reliable. b) UDP is not reliable. c) TCP is fast and UDP is slow. d) In HTTPS, all communication between two computers are encrypted.

Answer: a), c)

Q2. Which of the following statement(s) is/are true?

a) DatagramSocket is a UDP endpoint API. b) DatagramSocket is a TCP server API. c) ServerSocket is a TCP server API. d) ServerSocket is a TCP client API.

Q3. Which of the following is/are interface(s) present in java.net package?

a) InetAddress b) URLConnection c) SocketOptions d) HttpURLConnection

Answer: c) SocketOptions

Q4. Which of the following statement(s) is/are true?

a) URL is the acronym for Uniform Resource Locator. b) A URL takes the form of a string that describes how to find a resource on the Internet c) URLs have two main component: the protocol needed to access the resource and the location of the resource d) The URL class is present in the java.net package

Answer: a), b), c), d)

Q5. In the following URL, identify the Resource name? https://nptel.ac.in

a) https b) nptel.ac.in c) ac.in d) https://nptel.ac.in

Answer: b) nptel.ac.in

Q6. Which of the following is/are application layer protocol(s)?

a) TCP b) UDP c) HTTP d) FTP

Answer: c), d)

Q7. In the socket programming, for an IP address, which can be used to find the host name and IP address of a client/server?

a) The ServerSocket class b) The Socket class c) The InetAddress class d) The Connection interface

Answer: c) The InetAddress class

Q8. Which of the following is/are valid Data Manipulation Language (DML) command(s)?

a) SELECT b) INSERT c) UPDATE d) ALTER TABLE

Answer: a), b), c)

Q9. In JDBC, all raw data types(including binary documents or images) should be read and uploaded to the database as an array of

a) int b) char c) byte d) String

Answer: c) byte

Q10. The package, which is required to be imported for the JDBC programming?

a) java.net b) java.sql c) java.lang d) java.io

Answer: b) java.sql

Previous Course – Week 10 Quiz Solutions

Q1. Which of these is a protocol for breaking and sending packets to an address across a network?

a) TCP/IP b) DNS c) Socket d) Proxy Server

Answer: a) TCP/IP

Q2. Which of the following statement(s) is/are false?

a) DatagramSocket is a UDP endpoint API b) DatagramSocket is a TCP server API c) ServerSocket is a TCP server API d) ServerSocket is a TCP client API

Answer: b), d)

Q3. In the socket programming, for an IP address, which can be used to find the host name and IP address of a client/server?

Q4. Which of the following package contains classes and interfaces for networking?

a) java.io b) java.util c) java.net d) javax.swing

Answer: c) java.net

Q5. In the following URL, identify the Resource name? https://xyz.ac.in

a) https b) xyz.ac.in c) ac.in d) https://xyz.ac.in

Answer: b) xyz.ac.in

Programming in Java NPTEL 2022 Week 10 quiz Solutions

Q6. Which of the following is/are transport layer protocol(s)?

Answer: a), b)

Q7. The package, which is required to be imported for the JDBC programming?

Programming in Java NPTEL 2022 Week 10 Quiz solutions

Q8. Which of the following is/are valid Data Definition Language(DDL) command(s)?

Answer: d) ALTER TABLE

Q10. Once a JDBC driver has been registered, which of the following method is used to make a database connection?

a) getConnection(String url, String userID, String password) b) setConnection(String url, String userID, String password) c) Connect(String url, String userID, String password) d) Connect(string url, string userID, string password)

Answer: a) getConnection(String url, String userID, String password)

>> Next- Programming in Java Week 9 Assignment Solutions

>> Next- Programming in Java Week 11 Assignment Solutions

For discussion about any question, join the below comment section. And get the solution of your query. Also, try to share your thoughts about the topics covered in this particular quiz.

Related Posts

Html mcq : html basics (multiple choice question), html mcq : html web browsers (multiple choice question).

Preprocessor Directives

C programming MCQ : Preprocessor Directives(MULTIPLE CHOICE QUESTION)

C++ mcq : c++ basics(multiple choice question), leave a comment cancel reply.

Your email address will not be published. Required fields are marked *

Save my name, email, and website in this browser for the next time I comment.

  • 1st Central Law Reviews: Expert Legal Analysis & Insights

Spread the word.

Share the link on social media.

Confirm Password *

Username or email *

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Sorry, you do not have permission to ask a question, You must login to ask a question.

SIKSHAPATH Logo

SIKSHAPATH Latest Articles

Programming in java nptel week 10 assignment answers 2022.

NPTEL banner to Programming in Java Assignment

Students, have you any issue while solving programming in java NPTEL week 10 assignment. So, after spending my time on the assignment, I have provided answers for all 10 questions.

Programming In Java NPTEL Week 10 Assignment Answers

Q1. Which of the following statement(s) is (are) NOT true?

a. TCP is not reliable.

b. UDP is not reliable. c. TCP is fast and UDP is slow.

d. In HTTPS, all communication between two computers are encrypted.

Answer : Option A & C.

1100+ Students are taking advantage of instant notifications on telegram .

Q2. Which of the following statement(s) is/are true?

a. DatagramSocket is a UDP endpoint API.

b. DatagramSocket is a TCP server API.

c. ServerSocket is a TCP server API.

d. ServerSocket is a TCP client API.

Q3. Which of the following is/are interface(s) present in java.net package?

a. InetAddress

b. URLConnection

c. SocketOptions

d. HttpURLConnection

Answer: Option C.

Q4. Which of the following statement(s) is/are true?

a. URL is the acronym for Uniform Resource Locator.

b. A URL takes the form of a string that describes how to find a resource on the Internet.

c. URLs have two main components: the protocol needed to access the resource and the location of the resource.

d. The URL class is present in the java.net package.

Answer: All options A, B, C and D.

Q5. In the following URL, identify the Resource name?

https://nptel.ac.in

b. nptel.ac.in

d. https://nptel.ac.in

Answer: Option B.

Q6. Which of the following is/are application layer protocol(s)?

Answer: Option C & D.

Q7. In the socket programming, for an IP address, which can be used to find the host name and IPaddress of a client/server?

a. The ServerSocket class

b. The Socket class

c. The InetAddress class

d. The Connection interface

Q8. Which of the following is/are valid Data Manipulation Language (DML) command(s)?

d. ALTER TABLE

Answer: Option A, B and C.

Q9. In JDBC, all raw data types (including binary documents or images) should be read and uploaded to the database as an array of

Q10. The package, which is required to be imported for the JDBC programming?

a. java.net

b. java.sql

c. java.lang

News (in one click)

Disclaimer: These answers are provided only for the purpose to help students to take references. This website does not claim any surety of 100% correct answers. So, this website urges you to complete your assignment yourself.

Also Available:

NPTEL Java Week 9 Assignment Answers

Related Posts

NPTEL Cloud Computing Assignment 3 Answers 2023

NPTEL Cloud Computing Assignment 3 Answers 2023

NPTEL Problem Solving Through Programming In C Week 1 & 2 Assignment Answers 2023

NPTEL Problem Solving Through Programming In C Week 1 & ...

NPTEL Programming In Java Week 6 Assignment Answers 2023

NPTEL Programming In Java Week 6 Assignment Answers 2023

Ads Blocker Image Powered by Code Help Pro

Ads Blocker Detected!!!

We have detected that you are using extensions to block ads. Please support us by disabling these ads blocker.

Programming in Java | Week 10

Session: JAN-APR 2024

Course name: Programming In Java

Course Link: Click Here

For answers or latest updates join our telegram channel: Click here to join

These are NPTEL Programming In Java Week 10 Assignment 10 Answers

Q1. Which class provides methods to work with URLs? a. URLConnection b. HttpURL c. NetURLg d. URL

Answer: Please login to see answer .

Q2. What does the following code do? a. Creates a JFrame with a JButton labeled “Programming in Java” b. Compiles with errors c. Displays a message dialog d. Creates a JPanel with a JButton labeled “Programming in Java”

Q3. What happens when the button in this Java code snippet is clicked? a. The program exits b. A message dialog with the text “Welcome to the course” is displayed c. The button label changes to “Welcome to the course” d. Nothing happens

Q4. What GUI component is used to input the password in this Java code snippet? a. JTextField b. JButton c. JtextArea d. JPasswordField

Q5. What does this Java code snippet create? a. A frame with a list of colors displayed as buttons b. A frame with a combo box containing options “Red”, “Green”, and “Blue” c. A frame with radio buttons for selecting colors d. A frame with checkboxes for selecting colors

Q6. What does this Java code snippet do? a. Just prints the IP address of the local machine b. Prints the IP address and host name of the local machine c. Prints the IP address and host name of “nptel.ac.in” d. Just prints the IP address of “nptel.ac.in”

Q7. What does this Java code snippet do? a. Connects to a MySQL database, retrieves data from the “employees” table, and prints it b. Inserts data into the “employees” table of a MySQL database c. Deletes data from the “employees” table of a MySQL database d. Updates data in the “employees” table of a MySQL database

Q8. What does this Java code snippet do? a. Retrieves data from the “employees” table b. Inserts a new employee record into the “employees” table c. Updates employee records in the “employees” table d. Deletes employee records from the “employees” table

Q9. What additional code is needed at #1 to complete this Java program to send a message? a. socket.recieve(packet); b. Socket.Send(packet); c. Socket.send(packet); d. socket.send(packet);

Q10. What is missing in this Java program? a. Retrieving the number of employees b. Deleting employee records c. Updating employee records d. Importing necessary JDBC libraries

Programming Assignment

Question 1 Program to sort the elements of an array in ascending order. Follow the naming convention as given in the main method of the suffix code.

Question 2 Print a given matrix in spiral form. Follow the naming convention as given in the main method of the suffix code.

Question 3 Code to create two threads, one printing even numbers and the other printing odd numbers.

Question 4 Program to compute the sum of all prime numbers in a given range. The range value will be positive.Follow the naming convention as given in the main method of the suffix code.

Question 5 Write a program that converts temperatures between Celsius and Fahrenheit. Implement two methods, celsiusToFahrenheit and fahrenheitToCelsius, to perform the conversions.

More Weeks of Programming In Java: Click here

More Nptel Courses: https://progiez.com/nptel-assignment-answers

Session: JULY-DEC 2023

Course Name: Programming In Java

Question 1 The following code needs some package to work properly. Write appropriate code to import the required package(s) in order to make the program compile and execute successfully.

Question 2 Write the JDBC codes needed to create a Connection interface using the DriverManager class and the variable DB_URL. Check whether the connection is successful using ‘isAlive(timeout)’ method to generate the output, which is either ‘true’ or ‘false’. Note the following points carefully: 1. Name the connection object as ‘conn’ only. 2. Use timeout value as 1.

Question 3 Due to some mistakes in the below code, the code is not compiled/executable. Modify and debug the JDBC code to make it execute successfully.

Question 4 Complete the code segment to create a new table named ‘PLAYERS’ in SQL database using the following information.

UIDFirst_NameLast_NameAge
IntegerVarchar (45)Varchar (45)Integer

Question 5 Complete the code segment to rename an already created table named ‘PLAYERS’ into ‘SPORTS’.

More Nptel Courses: Click here

Session: JAN-APR 2023

Course Name: Programming in Java

Q1. Which of the following statement(s) is(are) true? a. TCPis not reliable. b. UDP is most reliable. c. TCPis fast and UDP is slow. d. In HTTPS, all communication between two computers are encrypted.

Answer: d. In HTTPS, all communication between two computers are encrypted.

Q2. Which of the following statement(s) is/are true? a. DatagramSocket implements Object. b. DatagramSocket implements Closeable. c. DatagramSocket extends Object. d. DatagramSocket extends Closeable. e. DatagramSocket extends Object implements Closeable

Answer: e. DatagramSocket extends Object implements Closeable

Q3. Which of the following is/are interface(s) present in java.net package? a. InterfaceAddress b. FileNameMap c. DatagramPacket d. DatagramSocket

Answer: b. FileNameMap

Q4. Which of the following statement(s) is/are true? a. Addresses belongs to a Low-Level API. b. Sockets belong to High-Level API. c. URIs and URLs are Low-Level API. d. Interfaces are High-Level API.

Answer: a. Addresses belongs to a Low-Level API.

Q5. In context of the following URL, identify the correct option. https://nptel.ac.in a. There is no protocol provided in the above link. b. The website provides a secure connection. c. The given link is incomplete and hence cannot open a website. d. The ac.in refers to the website path.

Answer: b. The website provides a secure connection.

Q6. Which of the following is/are application layer protocol(s)? a. TCP b. UDP c. ARP d. SMTP

Answer: d. SMTP

Q7. What is true about IP:PORT in the following options? a. Port number 21 is the default FTP port. b. Only port number is required for FTP connections and no IP is required. c. 127.0.0.1 and localhost are same. d. There is no concept of PORT in IPv6.

Answer: a, c

Q8. Which of the following is/are valid Data Definition Language (DDL) command(s)? a. SELECT b. INSERT c. UPDATE d. ALTER TABLE

Answer: d. ALTER TABLE

Q9. In JDBC, all raw data types (including binary documents or images) should be read and uploaded to the database as an array of a. byte b. vector c. char d. file

Answer: a. byte

Q10. The package, which is required to be imported for the JDBC programming? a. java.net b. java.lang c. java.io d. java.sql

Answer: d. java.sql

Programming Assignment of Programming in Java

The following code needs some package to work properly. Write appropriate code to import the required package(s) in order to make the program compile and execute successfully .

Write the JDBC codes needed to create a Connection interface using the DriverManager class and the variable DB_URL. Check whether the connection is successful using ‘isAlive(timeout)’ method to generate the output, which is either ‘true’ or ‘false’. Note the following points carefully: 1. Name the connection object as ‘conn’ only. 2. Use timeout value as 1.

Due to some mistakes in the below code, the code is not compiled/executable. Modify and debug the JDBC code to make it execute successfully.

Question 4 Complete the code segment to create a new table named ‘ PLAYERS ’ in SQL database using the following information.

Complete the code segment to rename an already created table named ‘PLAYERS’ into ‘SPORTS’.

More Weeks of Programming In Java: Click Here

More Nptel courses: https://progiez.com/nptel-assignment-answers/

These are NPTEL Programming In Java Week 10 Assignment 10 Answers

The content uploaded on this website is for reference purposes only. Please do it yourself first.

' src=

  • All Courses
  • Privacy Policy

' src=

Swayam Solver

Learn Programming & Prepare for NPTEL Exams... Swayam Solver is your one-stop destination for NPTEL exam preparation.

NPTEL Programming in Java Jan 2024 Week 9 to 10

   Please scroll down for latest Programs.  👇 

Week 9 : Programming Assignment 1

Public Test CasesInputExpected OutputActual OutputStatus

Week 9 : Programming Assignment 2

Complete the code segment to catch the exception in the following, if any.

On the occurrence of such an exception, your program should print

§  Please enter valid data

If there is no such exception, it will print the square of the number entered.

Week 9 : Programming Assignment 3

The program given below stores characters in a  byte  array named byte_array, which means ‘A’ is stored as 65.

Your task is the following:

§     Given a user input `n`, print the output in the given format, if `n` = 1,  print:

o     byte_array[1] = ‘P’

§   If the value of n is negative or is out of bound, then use  TRY_CATCH  to print the following:

o     Array index is out of range

Week 9 : Programming Assignment 4

Define a class  Point  with members

§   private double x;

§   private double y;

and methods:

§   public Point(double x, double y){}  // Constructor to create a new point?

§   public double distance(Point p2){} // Function to return the distance of this Point from another Point

Week 9 : Programming Assignment 5

Complete the code below with a catch statement to print the following if the denominator (b) is zero

§   Cannot Divide by ZERO

Week 10 : Programming Assignment 1

Public Test CasesInputExpected OutputActual OutputStatus

Week 10 : Programming Assignment 2

Week 10 : programming assignment 3.

  • The  PrintNumbers  class is declared, and it implements the  Runnable  interface. This interface is part of Java's concurrency support and is used to represent a task that can be executed concurrently by a thread.
  • Create a constructor of this class that takes two private instance variables (start and end) to represent the range of numbers that will be printed by the thread.
  • Create a  run  method that is required by the Runnable interface and contains the code that will be executed when the thread is started. In this case, it should prints odd numbers within the specified range (start to end) using a for loop.
  • Hints : Thread.currentThread().getName() returns the name of the currently executing thread, which is useful for identifying which thread is printing the numbers.

Week 10 : Programming Assignment 4

Week 10 : programming assignment 5.

  • Use exception handling to handle invalid input temperatures (if  celsius < -273.15 and fahrenheit < -459.67 , program should throw exception error).
  • The  TemperatureConverter  class contains two methods for temperature conversion (celsiusToFahrenheit and fahrenheitToCelsius).
  • The  TemperatureException  class is a custom exception class that extends Exception and is used to handle invalid temperatures.
  • The  TemperatureConverterApp  class is the main class that takes user input for temperatures and handles potential exceptions during the conversion process.
  • celsiusToFahrenheit = (celsius * 9 / 5) + 32
  • fahrenheitToCelsius = (fahrenheit - 32) * 5 / 9
Public Test CasesInputExpected OutputActual OutputStatus

No comments:

Post a comment.

Keep your comments reader friendly. Be civil and respectful. No self-promotion or spam. Stick to the topic. Questions welcome.

swayam-logo

  • Review Assignment
  • Announcements
  • About the Course
  • Explore Courses

Programming In Java - Unproctored Exam Test - Session 1

Dear Students, The questions for the Unproctored Programming Exam Test are available now in the course page. Please fine the questions under the course outline  Programming Exam 2022 (First Session) (10am - 12pm) You can access the questions in the below link: https://onlinecourses.nptel.ac.in/noc22_cs102/progassignment?name=216 https://onlinecourses.nptel.ac.in/noc22_cs102/progassignment?name=217 https://onlinecourses.nptel.ac.in/noc22_cs102/progassignment?name=218 https://onlinecourses.nptel.ac.in/noc22_cs102/progassignment?name=219 https://onlinecourses.nptel.ac.in/noc22_cs102/progassignment?name=220 Best of Luck! -NPTEL Team

Programming In Java - Unproctored Exam Test - Session 2

Dear Students, The questions for the Unproctored Programming Exam Test are available now in the course page. Please fine the questions under the course outline  Programming Exam 2022 (2nd Session) (8pm - 10pm) You can access the questions in the below link: https://onlinecourses.nptel.ac.in/noc22_cs102/progassignment?name=221 https://onlinecourses.nptel.ac.in/noc22_cs102/progassignment?name=222 https://onlinecourses.nptel.ac.in/noc22_cs102/progassignment?name=223 https://onlinecourses.nptel.ac.in/noc22_cs102/progassignment?name=224 https://onlinecourses.nptel.ac.in/noc22_cs102/progassignment?name=225 Best of Luck! -NPTEL Team

Reminder 5: Programming In Java : Online Programming test (July 2022)

Dear Learners, The criteria for certification of this course " Programming In Java " is different because of the online programming exam component.  Please read the following carefully. Final score = 25% of Assignment score + 50% of Online exam score (Proctored) + 25% of Programming exam (Unproctored) - Unproctored means, candidates will be taking the exam from college/home without NPTEL team present for monitoring the test- with access to all resources. - The discussion forum will be disabled during the exam duration (during both sessions) and re-enabled thereafter.  How to take the online programming test 1. Go to:  https://onlinecourses.nptel.ac.in/noc22_cs102/ 2. Log in using the same email id which you have been accessing the course (i.e. using to watch videos & submit Assignments) 3. There will be sections under the course outline  "Online Programming Test (October 22)"   that will have the online programming exam link.   4. You can click on this link and attempt the programming exam. Date:  October 22, 2022 (Saturday)  (Duration of the session will be 2 hrs) First Session:  10.00AM - 12.00PM   Second Session: 8.00PM - 10.00PM You can take either one of the sessions. If you attend both sessions, we will take best score out of them. Note: Please check once if you have >= 40/100  in average assignment score and also participated and satisfied the criteria in the non-proctored programming exams that were conducted in Jan 2022 to become eligible for the e-certificate, wherever applicable. If not, please submit assignments again in the July 2022 course and also participate in the non-proctored programming exams to become eligible for the e-certificate in July 2022. We will not be having new assignments or unproctored exams in this course. You can also submit assignments again and participate in the non-proctored programming exams if you want to take fresh assignments or need to improve your previous scores. Note: - You can take the exam from your college or home. - The exam has to be taken in pc or laptop.  DO NOT TRY TO TAKE THE EXAM USING YOUR MOBILE PHONE. - The discussion forum will be disabled during the exam duration (during both sessions) and re-enabled thereafter.  - If you encounter any issues during the exam, please write to   [email protected] IMPORTANT: CERTIFICATION CRITERIA Candidates have to come to the exam center and take the theory test on  October 30, 2022 It is mandatory to take the Proctored in-person final exam to obtain a certificate. To pass the course and get a certificate: Assignment score >= 40/100 AND Programming exam score >= 40/100 AND Proctored exam score >= 40/100         OR Assignment score >= 10/25 AND Programming exam score >= 10/25 AND Proctored exam score >= 20/50    All 3 conditions have to be satisfied. All the best to the candidates! -NPTEL Team.

Reminder 4: Programming In Java : Online Programming test (July 2022)

Reminder 3: programming in java : online programming test (july 2022), reminder 2: programming in java : online programming test (july 2022), reminder 1: programming in java : online programming test (july 2022).

Dear Learners, The criteria for certification of this course " Programming In Java " is different because of the online programming exam component.  Please read the following carefully. Final score = 25% of Assignment score + 50% of Online exam score (Proctored) + 25% of Programming exam (Unproctored) - Unproctored means, candidates will be taking the exam from college/home without NPTEL team present for monitoring the test- with access to all resources. - The discussion forum will be disabled during the exam duration (during both sessions) and re-enabled thereafter.  How to take the online programming test 1. Go to:  https://onlinecourses.nptel.ac.in/noc22_cs102/ 2. Log in using the same email id which you have been accessing the course (i.e. using to watch videos & submit Assignments) 3. There will be sections under the course outline  "Online Programming Test (October 22)"   that will have the online programming exam link.   4. You can click on this link and attempt the programming exam. Date:  October 22, 2022 (Saturday)  (Duration of the session will be 2 hrs) First Session:  10.00AM - 12.00PM   Second Session: 8.00PM - 10.00PM You can take either one of the sessions. If you attend both sessions, we will take best score out of them. Note: Please check once if you have >= 40/100  in average assignment score and also participated and satisfied the criteria in the non-proctored programming exams that were conducted in Jan 2022 to become eligible for the e-certificate, wherever applicable. If not, please submit assignments again in the July 2022 course and also participate in the non-proctored programming exams to become eligible for the e-certificate in July 2022. We will not be having new assignments or unproctored exams in this course. You can also submit assignments again and participate in the non-proctored programming exams if you want to take fresh assignments or need to improve your previous scores. LINK to enroll in the current course:  https://onlinecourses.nptel.ac.in/noc22_cs102/preview Note: - You can take the exam from your college or home. - The exam has to be taken in pc or laptop.  DO NOT TRY TO TAKE THE EXAM USING YOUR MOBILE PHONE. - The discussion forum will be disabled during the exam duration (during both sessions) and re-enabled thereafter.  - If you encounter any issues during the exam, please write to   [email protected] IMPORTANT: CERTIFICATION CRITERIA Candidates have to come to the exam center and take the theory test on  October 30, 2022 It is mandatory to take the Proctored in-person final exam to obtain a certificate. To pass the course and get a certificate: Assignment score >= 40/100 AND Programming exam score >= 40/100 AND Proctored exam score >= 40/100         OR Assignment score >= 10/25 AND Programming exam score >= 10/25 AND Proctored exam score >= 20/50    All 3 conditions have to be satisfied. All the best to the candidates! -NPTEL Team.

NPTEL: Exam Registration is open now for July 2022 courses!

Dear Candidate, Here is a golden opportunity for those who had previously enrolled in this course during the Jan 2022 semester, but could not participate in the exams or were absent/did not pass the exam for this course. This course is being reoffered in July 2022 and we are giving you another chance to write the exam in October  2022 and obtain a certificate based on NPTEL norms. Do not let go of this unique opportunity to earn a certificate from the IITs/IISc. IMPORTANT instructions for learners - Please read this carefully   1. The exam date for this course:    October 30 2022 2. CLICK HERE to register for the exam. Please fill the exam form using the same Enrolled email id & make fee payment via the form, as before. 3. Choose from the Cities where exam will be conducted: Exam Cities 4. You DO NOT have to re-enroll in the courses.  5. You DO NOT have to resubmit Assignments OR participate in the non-proctored  programming exams in the previous semester 6. If you do enroll to July 2022 course, we will take the best average assignment scores/non-proctored programming exam score across the two semesters NOTE: Please check once if you have >= 40/100  in average assignment score and also participated and satisfied the criteria in the non-proctored programming exams that were conducted in Jan 2022 to become eligible for the e-certificate, wherever applicable. If not, please submit assignments again in the July 2022 course & and also participate in the non-proctored programming exams to become eligible for the e-certificate. We will not be having new assignments or unproctored exams in the previous semester's(Jan 2022) course.  You can also submit assignments again and participate in the non-proctored programming exams if you want to take fresh assignments or need to improve your previous scores. RECOMMENDATION: If you want to take new assignments and an unproctored exam or brush up on your lessons for the exam, please enroll in the July 2022 course. LINK to enroll in the current course:   https://onlinecourses.nptel.ac.in/noc22_cs102/preview 7. Exam fees:  If you register for the exam and pay before Sep 12, 2022, 10:00 AM , Exam fees will be Rs. 1000/- per exam.   If you register for exam before Sep 12, 2022, 10:00 AM and have not paid or if you register between Sep 12, 2022, 10:00 AM & Sep 16, 2022, 10:00 AM , Exam fees will be Rs. 1500/- per exam   8. 50% fee waiver for the following categories:  Students belonging to the SC/ST category: please select Yes for the SC/ST option and upload the correct Community certificate. Students belonging to the PwD category with more than 40% disability: please select Yes for the option and upload the relevant Disability certificate.  9. Last date for exam registration: Sep 16, 2022, 10:00 AM (Friday).   10. Mode of payment: Online payment - debit card/credit card/net banking/UPI. 11. HALL TICKET:  The hall ticket will be available for download tentatively by 2 weeks prior to the exam date . We will confirm the same through an announcement once it is published.  12. FOR CANDIDATES WHO WOULD LIKE TO WRITE MORE THAN 1 COURSE EXAM:- you can add or delete courses and pay separately till the date when the exam form closes. Same day of exam you can write exams for 2 courses in the 2 sessions. Same exam center will be allocated for both the sessions.  13. Data changes:  Last date for data changes: Sep 16, 2022, 10:00 AM:  All the fields in the Exam form except for the following ones can be changed until the form closes.  The following 6 fields can be changed ONLY when there are NO courses in the course cart. And you will be able to edit the following fields only if you: -  REMOVE unpaid courses from the cart And/or - CANCEL paid courses  1. Do you come under the SC/ST category? *  2. SC/ST Proof  3. Are you a person with disabilities? *  4. Are you a person with disabilities above 40%?  5. Disabilities Proof  6. What is your role ?  Note: Once you remove or cancel a course, you will be able to edit these fields immediately.  But, for cancelled courses, refund of fees will be initiated only after 2 weeks.  14. LAST DATE FOR CANCELLING EXAMS and getting a refund: Sep 16, 2022, 10:00 AM   15. Click here to view Timeline and Guideline : Guideline   Domain Certification Domain Certification helps learners to gain expertise in a specific Area/Domain. This can be helpful for learners who wish to work in a particular area as part of their job or research or for those appearing for some competitive exam or becoming job ready or specialising in an area of study.     Every domain will comprise Core courses and Elective courses. Once a learner completes the requisite courses per the mentioned criteria, you will receive a Domain Certificate showcasing your scores and the domain of expertise. Kindly refer to the following link for the list of courses available under each domain: https://nptel.ac.in/domains Outside India Candidates Candidates who are residing outside India may also fill the exam form and pay the fees. Mode of exam and other details will be communicated to you separately. Thanks & Regards,  NPTEL TEAM

Thank you for learning with NPTEL!!

Dear Learner, Thank you for taking the course with NPTEL!! Hope you enjoyed the journey with us. The results for this course have been published and we are closing this course now.  You will still have access to the contents and assignments of this course, if you click on the course name from the "Mycourses" tab on swayam.gov.in. For any further queries please write to [email protected] . - Team NPTEL

Programming In Java : Result Published!

Dear Candidate, The exam scores and E Certificates have been released for April 2022 Exam(s). Step 1 - Are the results of my courses released? Please check the Results published courses list in the below links.:- April 2022 Exam - Click here Step 2 - How to check Results? Please login to internalapp.nptel.ac.in/ . and check your exam results. Use the same login credentials as used to register to the exam. What's next? Please read the pass criteria carefully and check against what you have gotten. If you still have any issues, please report the same here. internalapp.nptel.ac.in/ . We will reply within a week. Last date to report queries: 3 days within publishing of scores. Note : Hard copies of certificates will not be dispatched. The duration shown in the certificate will be based on the timeline of offering of the course in 2022, irrespective of which Assignment score that will be considered. Thanks and Best wishes. NPTEL Team

Programming In Java : Final Feedback Form

Dear student, We are glad that you have attended the NPTEL online certification course. We hope you found the NPTEL Online course useful and have started using NPTEL extensively. In this regard, we would like to have feedback from you regarding our course and whether there are any improvements, you would like to suggest.   We are enclosing an online feedback form and would request you to spare some of your valuable time to input your observations. Your esteemed input will help us in serving you better. The link to give your feedback is: https://docs.google.com/forms/d/1SurfaxWXMxW5rqqBouZ0hf4k1pAfxrNNOnj3bY6tEm0/viewform We thank you for your valuable time and feedback. Thanks & Regards, -NPTEL Team

NPTEL April Exams

Dear Leaner,

_NPTEL Team

Best of Luck for your Exam !!

nptel java week 10 assignment answers 2022

Hall Tickets for April Exams are released !

  • If there are any mistakes in the hall ticket such as another person's photo/sign/name, please fill the following Google form & mark the corrections.
  • GForm Link -  https://forms.gle/aqeMCN15MpnTQPpV9 (Deadline - April 22, 2022 at 11.00 AM)
  • These corrections will be reflected in your e-certificate only.
  • No changes will be made in the hall ticket.
  • We will check and verify the same and send an email confirmation.
  • You will still be allowed to write the exam. We will NOT make any changes in the hall ticket issued to you. Please come to the exam centre with the printout of the same hall ticket, along with a valid govt. approved photo id card.
  •  If the photo/sign/name is yours, we WILL NOT upload any updated photo/sign, etc.
  •  Requests for changes in exam city, exam center, session, or course will NOT be entertained.

Programming In Java - Assignment- 12 Solution Released

Dear Participants, The  Assignment- 12  of  Week- 12  Solution for the course  Programming In Java  has been released in the portal. Please go through the solution and in case of any doubt post your queries in the forum. Link:  https://drive.google.com/file/d/1pYxYT1sZMUy8jvvjriGs_TNbmjoKvbl6/view?usp=sharing Happy Learning! Thanks & Regards, NPTEL Team

Programming In Java - Assignment- 11 Solution Released

Dear Participants, The  Assignment- 11  of  Week- 11  Solution for the course  Programming In Java  has been released in the portal. Please go through the solution and in case of any doubt post your queries in the forum. Link:  https://drive.google.com/file/d/1dITVo714iX5Q3am_pkx-xWhPtnHTAfX4/view?usp=sharing Happy Learning! Thanks & Regards, NPTEL Team

Programming in Java - Unproctored Exam Test - Session 1

Dear Students, The questions for the Unproctored Programming Exam Test are available now in the course page. Please fine the questions under the course outline  Programming Exam April 2022 (First Session): (10.00AM - 12:00PM).  You can access the questions in the below link: https://onlinecourses.nptel.ac.in/noc22_cs47/progassignment?name=217 https://onlinecourses.nptel.ac.in/noc22_cs47/progassignment?name=218 https://onlinecourses.nptel.ac.in/noc22_cs47/progassignment?name=219 https://onlinecourses.nptel.ac.in/noc22_cs47/progassignment?name=222 https://onlinecourses.nptel.ac.in/noc22_cs47/progassignment?name=223 Best of Luck - NPTEL  team

Programming in Java - Unproctored Exam Test - Session 2

Dear Students, The questions for the Unproctored Programming Exam Test are available now in the course page. Please fine the questions under the course outline Programming Exam April 2022 (Second Session): (8.00PM - 10:00PM). You can access the questions in the below link:  https://onlinecourses.nptel.ac.in/noc22_cs47/progassignment?name=224   https://onlinecourses.nptel.ac.in/noc22_cs47/progassignment?name=225 https://onlinecourses.nptel.ac.in/noc22_cs47/progassignment?name=227   https://onlinecourses.nptel.ac.in/noc22_cs47/progassignment?name=229 https://onlinecourses.nptel.ac.in/noc22_cs47/progassignment?name=230  Best of Luck -NPTEL team

Reminder 5 : Programming in Java : Online Programming test

Dear Candidate The criteria for certification of this course " Programming in Java " is different because of the online programming exam component.  Please read the following carefully. Final score = 25% of Assignment score + 50% of Online exam score (Proctored) + 25% of Programming exam (unproctored).  - Unproctored means, candidates will be taking the exam from college/home without NPTEL team present for monitoring the test- with access to all resources. - The discussion forum will be disabled during the exam duration (during both sessions) and re-enabled thereafter.  How to take the online programming test 1. Go to:  https://onlinecourses.nptel.ac.in/noc22_cs47/course 2. Log in using the same email id which you have been accessing the course (i.e. using to watch videos & submit Assignments) 3. There will be sections under the course outline  "Programming Test - (April 16)"   that will have the online programming exam link.   4. You can click on this link and attempt the programming exam. Date:  April  16,2022  (Saturday ) First Session: 10.00AM - 12.00PM  (Duration of the session will be 2 hrs) Second Session: 8.00PM - 10.00PM  (Duration of the session will be  2 hrs ) Note - You can take any one or both sessions too; the best score will be considered towards the final certification score. - You can take the exam from your college or home. - The exam has to be taken in pc or laptop.  DO NOT TRY TO TAKE THE EXAM USING YOUR MOBILE PHONE. - The discussion forum will be disabled during the exam duration (during both sessions) and re-enabled thereafter.  - If you encounter any issues during the exam, please write to   [email protected] IMPORTANT: CERTIFICATION CRITERIA     Candidates have to come to the exam center and take the theory test on  April 24, 2022.     It is mandatory to take the Proctored in-person final exam to obtain a certificate.     To pass the course and get a certificate:   Assignment score >= 40/100 AND Programming exam score >= 40/100 AND Proctored exam score >= 40/100         OR   Assignment score >= 10/25 AND Programming exam score >= 10/25 AND Proctored exam score >= 20/50    All 3 conditions have to be satisfied. All the best to the candidates! -NPTEL Team.

Programming In Java - Week 12 Feedback Form

Dear Learners,

Thank you for enrolling in this NPTEL course and we hope you have gone through the contents for this week and also attempted the assignment.

We value your feedback and wish to know how you found the videos and the questions asked - whether they were easy, difficult, as per your expectations, etc

We shall use this to make the course better and we can also know from the feedback which concepts need more explanation, etc.

Please do spare some time to give your feedback - comprises just 5 questions - should not take more than a minute, but makes a lot of difference for us as we know what the Learners feel.

Here is the link to the form: https://docs.google.com/forms/d/1yG6Rf7aGvrwCL9Y7GhiI40q-bkva6L93vkkRaiL0aiE/viewform

Programming In Java - Week 11 Feedback Form

Programming in java - week 12 content is live now.

Dear Students,

The lecture videos for Week 12 have been uploaded for the course Programming in Java . The lectures can be accessed using the following link: https://onlinecourses.nptel.ac.in/noc22_cs47/unit?unit=94&lesson=95

The other lectures of this week are accessible from the navigation bar to the left. Please remember to login into the website to view contents (if you aren't logged in already).

Assignment 12 for Week 12 is also released and can be accessed from the following link:  https://onlinecourses.nptel.ac.in/noc22_cs47/unit?unit=94&assessment=215

Programming Assignment 1  for  Week 12 is also released and can be accessed from the following link: https://onlinecourses.nptel.ac.in/noc22_cs47/progassignment?name=202 Programming Assignment 2  for  Week 12 is also released and can be accessed from the following link: https://onlinecourses.nptel.ac.in/noc22_cs47/progassignment?name=197 Programming Assignment 3  for  Week 12 is also released and can be accessed from the following link: https://onlinecourses.nptel.ac.in/noc22_cs47/progassignment?name=198 Programming Assignment 4  for  Week 12 is also released and can be accessed from the following link: https://onlinecourses.nptel.ac.in/noc22_cs47/progassignment?name=199 Programming Assignment 5  for  Week 12 is also released and can be accessed from the following link: https://onlinecourses.nptel.ac.in/noc22_cs47/progassignment?name=200

The Assignment has to be submitted on or before Wednesday, 20-04-2022, 23:59 IST and all the Programming Assignments have to be submitted on or before Thursday, 21 -04-2022, 23:59 IST.

As we have done so far, please use the discussion forums if you have any questions on this module.

Note : Please check the due date of the assignments in the announcement and assignment page if you see any mismatch write to us immediately.

Thanks and Regards,

--NPTEL Team

Reminder 3 : Programming in Java : Online Programming test

Dear Candidate The criteria for certification of this course " Programming in Java " is different because of the online programming exam component.  Please read the following carefully. Final score = 25% of Assignment score + 50% of Online exam score (Proctored) + 25% of Programming exam (unproctored).  - Unproctored means, candidates will be taking the exam from college/home without NPTEL team present for monitoring the test- with access to all resources. - The discussion forum will be disabled during the exam duration (during both sessions) and re-enabled thereafter.  How to take the online programming test 1. Go to:  https://onlinecourses.nptel.ac.in/noc2 2-cs47/ 2. Log in using the same email id which you have been accessing the course (i.e. using to watch videos & submit Assignments) 3. There will be sections under the course outline  "Programming Test - (April 16)"   that will have the online programming exam link.   4. You can click on this link and attempt the programming exam. Date:  April  16,2022  (Saturday ) First Session: 10.00AM - 12.00PM  (Duration of the session will be 2 hrs) Second Session: 8.00PM - 10.00PM  (Duration of the session will be  2 hrs ) Note - You can take any one or both sessions too; the best score will be considered towards the final certification score. - You can take the exam from your college or home. - The exam has to be taken in pc or laptop.  DO NOT TRY TO TAKE THE EXAM USING YOUR MOBILE PHONE. - The discussion forum will be disabled during the exam duration (during both sessions) and re-enabled thereafter.  - If you encounter any issues during the exam, please write to   [email protected] IMPORTANT: CERTIFICATION CRITERIA     Candidates have to come to the exam center and take the theory test on  April 24, 2022.     It is mandatory to take the Proctored in-person final exam to obtain a certificate.     To pass the course and get a certificate:   Assignment score >= 40/100 AND Programming exam score >= 40/100 AND Proctored exam score >= 40/100         OR   Assignment score >= 10/25 AND Programming exam score >= 10/25 AND Proctored exam score >= 20/50    All 3 conditions have to be satisfied. All the best to the candidates! -NPTEL Team.

Reminder 2 : Programming in Java : Online Programming test

Programming in java - assignment- 9 solution released.

Dear Participants, The  Assignment- 9  of  Week- 9  Solution for the course  Programming In Java  has been released in the portal. Please go through the solution and in case of any doubt post your queries in the forum. Link:  https://drive.google.com/file/d/1SOs61LXM1htopoWozjMKtIEzWrjBjBlI/view?usp=sharing Happy Learning! Thanks & Regards, NPTEL Team

Programming In Java - Week 10 Feedback Form

Programming in java - week 11 content is live now.

The lecture videos for Week 11 have been uploaded for the course Programming in Java . The lectures can be accessed using the following link: https://onlinecourses.nptel.ac.in/noc22_cs47/unit?unit=87&lesson=88

Assignment 11 for Week 11 is also released and can be accessed from the following link:  https://onlinecourses.nptel.ac.in/noc22_cs47/unit?unit=87&assessment=213

Programming Assignment 1  for  Week 11 is also released and can be accessed from the following link: https://onlinecourses.nptel.ac.in/noc22_cs47/progassignment?name=150 Programming Assignment 2  for  Week 11 is also released and can be accessed from the following link: https://onlinecourses.nptel.ac.in/noc22_cs47/progassignment?name=151 Programming Assignment 3  for  Week 11 is also released and can be accessed from the following link: https://onlinecourses.nptel.ac.in/noc22_cs47/progassignment?name=152 Programming Assignment 4  for  Week 11 is also released and can be accessed from the following link: https://onlinecourses.nptel.ac.in/noc22_cs47/progassignment?name=153 Programming Assignment 5  for  Week 11 is also released and can be accessed from the following link: https://onlinecourses.nptel.ac.in/noc22_cs47/progassignment?name=154

The Assignment has to be submitted on or before Wednesday, 13-04-2022, 23:59 IST and all the Programming Assignments have to be submitted on or before Thursday, 14 -04-2022, 23:59 IST.

Exam Format - April 24, 2022

Dear Candidate, ****This is applicable only for the exam registered candidates**** Type of exam will be available in the list: Click Here You will have to appear at the allotted exam center and produce your Hall ticket and Government Photo Identification Card (Example: Driving License, Passport, PAN card, Voter ID, Aadhaar-ID with your Name, date of birth, photograph and signature) for verification and take the exam in person.  You can find the final allotted exam center details in the hall ticket. The hall ticket is yet to be released . We will notify the same through email and SMS. Type of exam: Computer based exam (Please check in the above list corresponding to your course name) The questions will be on the computer and the answers will have to be entered on the computer; type of questions may include multiple choice questions, fill in the blanks, essay-type answers, etc. Type of exam: Paper and pen Exam  (Please check in the above list corresponding to your course name) The questions will be on the computer. You will have to write your answers on sheets of paper and submit the answer sheets. Papers will be sent to the faculty for evaluation. On-Screen Calculator Demo Link: Kindly use the below link to get an idea of how the On-screen calculator will work during the exam. https://tcsion.com/ OnlineAssessment/ ScientificCalculator/ Calculator.html NOTE: Physical calculators are not allowed inside the exam hall. -NPTEL Team

Reminder 1 : Programming in Java : Online Programming test

Programming in java - week 10 content is live now.

The lecture videos for Week 10 have been uploaded for the course Programming in Java . The lectures can be accessed using the following link: https://onlinecourses.nptel.ac.in/noc22_cs47/unit?unit=80&lesson=81

Assignment 10 for Week 10 is also released and can be accessed from the following link:  https://onlinecourses.nptel.ac.in/noc22_cs47/unit?unit=80&assessment=211

Programming Assignment 1  for  Week 10 is also released and can be accessed from the following link: https://onlinecourses.nptel.ac.in/noc22_cs47/progassignment?name=205 Programming Assignment 2  for  Week 10 is also released and can be accessed from the following link: https://onlinecourses.nptel.ac.in/noc22_cs47/progassignment?name=206 Programming Assignment 3  for  Week 10 is also released and can be accessed from the following link: https://onlinecourses.nptel.ac.in/noc22_cs47/progassignment?name=207 Programming Assignment 4  for  Week 10 is also released and can be accessed from the following link: https://onlinecourses.nptel.ac.in/noc22_cs47/progassignment?name=208 Programming Assignment 5  for  Week 10 is also released and can be accessed from the following link: https://onlinecourses.nptel.ac.in/noc22_cs47/progassignment?name=209

The Assignment has to be submitted on or before Wednesday, 06-04-2022, 23:59 IST and all the Programming Assignments have to be submitted on or before Thursday, 07 -04-2022, 23:59 IST.

Programming In Java - Assignment- 8 Solution Released

Dear Participants, The  Assignment- 8  of  Week- 8  Solution for the course  Programming In Java  has been released in the portal. Please go through the solution and in case of any doubt post your queries in the forum. Link:  https://drive.google.com/file/d/1_S_tdA1U-Ej9MhaVrrG6wT4s3WoAYzA3/view?usp=sharing Happy Learning! Thanks & Regards, NPTEL Team

Programming In Java - Week 9 content is live now!!

The lecture videos for Week 9 have been uploaded for the course Programming in Java . The lectures can be accessed using the following link: https://onlinecourses.nptel.ac.in/noc22_cs47/unit?unit=73&lesson=74

Assignment 9 for Week 9 is also released and can be accessed from the following link:  https://onlinecourses.nptel.ac.in/noc22_cs47/unit?unit=73&assessment=203

Programming Assignment 1  for  Week 9 is also released and can be accessed from the following link: https://onlinecourses.nptel.ac.in/noc22_cs47/progassignment?name=191 Programming Assignment 2  for  Week 9 is also released and can be accessed from the following link: https://onlinecourses.nptel.ac.in/noc22_cs47/progassignment?name=192 Programming Assignment 3  for  Week 9 is also released and can be accessed from the following link: https://onlinecourses.nptel.ac.in/noc22_cs47/progassignment?name=193 Programming Assignment 4  for  Week 9 is also released and can be accessed from the following link: https://onlinecourses.nptel.ac.in/noc22_cs47/progassignment?name=194 Programming Assignment 5  for  Week 9 is also released and can be accessed from the following link: https://onlinecourses.nptel.ac.in/noc22_cs47/progassignment?name=195

The Assignment has to be submitted on or before Wednesday, 30-03-2022, 23:59 IST and all the Programming Assignments have to be submitted on or before Thursday, 31 -03-2022, 23:59 IST.

Programming In Java - Week 9 Feedback Form

Programming in java - week 8 feedback form, programming in java - assignment- 7 solution released.

Dear Participants, The  Assignment- 7  of  Week- 7  Solution for the course  Programming In Java  has been released in the portal. Please go through the solution and in case of any doubt post your queries in the forum. Link:  https://drive.google.com/file/d/1JjoXDAdyjhKmI4wUpbLWFQmYAlC-1baJ/view?usp=sharing Happy Learning! Thanks & Regards, NPTEL Team

Programming In Java - Assignment- 6 Solution Released

Dear Participants, The  Assignment- 6  of  Week- 6  Solution for the course  Programming In Java  has been released in the portal. Please go through the solution and in case of any doubt post your queries in the forum. Link:  https://drive.google.com/file/d/10m1VDM-mtUK5cQj2Yr1OuY6oAjDtcj1V/view?usp=sharing Happy Learning! Thanks & Regards, NPTEL Team

Programming In Java - Week 7 Feedback Form

Programming in java - week 8 content is live now.

The lecture videos for Week 8 have been uploaded for the course Programming in Java . The lectures can be accessed using the following link: https://onlinecourses.nptel.ac.in/noc22_cs47/unit?unit=66&lesson=67

Assignment 8 for Week 8 is also released and can be accessed from the following link:  https://onlinecourses.nptel.ac.in/noc22_cs47/unit?unit=66&assessment=189

Programming Assignment 1  for  Week 8 is also released and can be accessed from the following link: https://onlinecourses.nptel.ac.in/noc22_cs47/progassignment?name=145 Programming Assignment 2  for  Week 8 is also released and can be accessed from the following link: https://onlinecourses.nptel.ac.in/noc22_cs47/progassignment?name=146 Programming Assignment 3  for  Week 8 is also released and can be accessed from the following link: https://onlinecourses.nptel.ac.in/noc22_cs47/progassignment?name=147 Programming Assignment 4  for  Week 8 is also released and can be accessed from the following link: https://onlinecourses.nptel.ac.in/noc22_cs47/progassignment?name=148 Programming Assignment 5  for  Week 8 is also released and can be accessed from the following link: https://onlinecourses.nptel.ac.in/noc22_cs47/progassignment?name=149

The Assignment has to be submitted on or before Wednesday, 23-03-2022, 23:59 IST and all the Programming Assignments have to be submitted on or before Thursday, 24 -03-2022, 23:59 IST.

Programming In Java - Week 6 Feedback Form

Programming in java - week 7 content is live now.

The lecture videos for Week 7 have been uploaded for the course Programming in Java . The lectures can be accessed using the following link: https://onlinecourses.nptel.ac.in/noc22_cs47/unit?unit=59&lesson=60

Assignment 7 for Week 7 is also released and can be accessed from the following link:  https://onlinecourses.nptel.ac.in/noc22_cs47/unit?unit=59&assessment=187

Programming Assignment 1  for  Week 7 is also released and can be accessed from the following link: https://onlinecourses.nptel.ac.in/noc22_cs47/progassignment?name=182 Programming Assignment 2  for  Week 7 is also released and can be accessed from the following link: https://onlinecourses.nptel.ac.in/noc22_cs47/progassignment?name=183 Programming Assignment 3  for  Week 7 is also released and can be accessed from the following link: https://onlinecourses.nptel.ac.in/noc22_cs47/progassignment?name=184 Programming Assignment 4  for  Week 7 is also released and can be accessed from the following link: https://onlinecourses.nptel.ac.in/noc22_cs47/progassignment?name=185 Programming Assignment 5  for  Week 7 is also released and can be accessed from the following link: https://onlinecourses.nptel.ac.in/noc22_cs47/progassignment?name=186

The Assignment has to be submitted on or before Wednesday, 16-03-2022, 23:59 IST and all the Programming Assignments have to be submitted on or before Thursday, 17 -03-2022, 23:59 IST.

Programming In Java - Assignment- 5 Solution Released

Dear Participants, The  Assignment- 5  of  Week- 5  Solution for the course  Programming In Java  has been released in the portal. Please go through the solution and in case of any doubt post your queries in the forum. Link:  https://drive.google.com/file/d/14t1aB_dzSNGMnjMF6QegcAEk1AJJdGG2/view?usp=sharing Happy Learning! Thanks & Regards, NPTEL Team

Programming in Java study-materials

The link for study materials of the entire course as in the lecture video is not working. You are advised to follow the below link for accessing the materials  ( Object Oriented Programming with Java ) Programming in Java study-materials:   https://cse.iitkgp.ac.in/~dsamanta/java/index.htm

Programming In Java - Week 6 content is live now!!

The lecture videos for Week 6 have been uploaded for the course Programming in Java . The lectures can be accessed using the following link: https://onlinecourses.nptel.ac.in/noc22_cs47/unit?unit=52&lesson=53

Assignment 6 for Week 6 is also released and can be accessed from the following link:  https://onlinecourses.nptel.ac.in/noc22_cs47/unit?unit=52&assessment=180

Programming Assignment 1  for  Week 6 is also released and can be accessed from the following link: https://onlinecourses.nptel.ac.in/noc22_cs47/progassignment?name=174 Programming Assignment 2  for  Week 6 is also released and can be accessed from the following link: https://onlinecourses.nptel.ac.in/noc22_cs47/progassignment?name=175 Programming Assignment 3  for  Week 6 is also released and can be accessed from the following link: https://onlinecourses.nptel.ac.in/noc22_cs47/progassignment?name=177 Programming Assignment 4  for  Week 6 is also released and can be accessed from the following link: https://onlinecourses.nptel.ac.in/noc22_cs47/progassignment?name=176 Programming Assignment 5  for  Week 6 is also released and can be accessed from the following link: https://onlinecourses.nptel.ac.in/noc22_cs47/progassignment?name=179

The Assignment has to be submitted on or before Wednesday, 09-03-2022, 23:59 IST and all the Programming Assignments have to be submitted on or before Thursday, 10 -03-2022, 23:59 IST.

Programming In Java - Week 5 Feedback Form

Programming in java - download video links are available now.

Dear Learners, The download video link for the course  Programming In Java   is available now in the course outline. Please check the download video link:  https://nptel.ac.in/courses/106105191 -NPTEL Team

Programming In Java - Assignment- 4 Solution Released

Dear Participants, The  Assignment- 4  of  Week- 4  Solution for the course  Programming In Java  has been released in the portal. Please go through the solution and in case of any doubt post your queries in the forum. Link:  https://drive.google.com/file/d/1mAJHE4uof3WQE-cDsg6ewt6Wlpc3CQYb/view?usp=sharing Happy Learning! Thanks & Regards, NPTEL Team

Programming In Java - Week 4 Feedback Form

Programming in java - week 5 content is live now.

The lecture videos for Week 5 have been uploaded for the course Programming in Java . The lectures can be accessed using the following link: https://onlinecourses.nptel.ac.in/noc22_cs47/unit?unit=45&lesson=46

Assignment 5 for Week 5 is also released and can be accessed from the following link:  https://onlinecourses.nptel.ac.in/noc22_cs47/unit?unit=45&assessment=172

Programming Assignment 1  for  Week 5 is also released and can be accessed from the following link: https://onlinecourses.nptel.ac.in/noc22_cs47/progassignment?name=140 Programming Assignment 2  for  Week 5 is also released and can be accessed from the following link: https://onlinecourses.nptel.ac.in/noc22_cs47/progassignment?name=141 Programming Assignment 3  for  Week 5 is also released and can be accessed from the following link: https://onlinecourses.nptel.ac.in/noc22_cs47/progassignment?name=142 Programming Assignment 4  for  Week 5 is also released and can be accessed from the following link: https://onlinecourses.nptel.ac.in/noc22_cs47/progassignment?name=143 Programming Assignment 5  for  Week 5 is also released and can be accessed from the following link: https://onlinecourses.nptel.ac.in/noc22_cs47/progassignment?name=144

The Assignment has to be submitted on or before Wednesday, 02-03-2022, 23:59 IST and all the Programming Assignments have to be submitted on or before Thursday, 03 -03-2022, 23:59 IST.

Programming In Java - Assignment- 3 Solution Released

Dear Participants, The Assignment- 3 of Week- 3 Solution for the course  Programming In Java has been released in the portal. Please go through the solution and in case of any doubt post your queries in the forum. Link:  https://drive.google.com/file/d/10ZbtZy77pDRi0WCcalfgQNr5PKh84CkU/view?usp=sharing Happy Learning! Thanks & Regards, NPTEL Team

Programming in Java : Online Programming test

Programming in java - week 4 content is live now.

The lecture videos for Week 4 have been uploaded for the course Programming in Java . The lectures can be accessed using the following link: https://onlinecourses.nptel.ac.in/noc22_cs47/unit?unit=38&lesson=39

Assignment 4 for Week 4 is also released and can be accessed from the following link:  https://onlinecourses.nptel.ac.in/noc22_cs47/unit?unit=38&assessment=169

Programming Assignment 1  for  Week 4 is also released and can be accessed from the following link: https://onlinecourses.nptel.ac.in/noc22_cs47/progassignment?name=164 Programming Assignment 2  for  Week 4 is also released and can be accessed from the following link: https://onlinecourses.nptel.ac.in/noc22_cs47/progassignment?name=165 Programming Assignment 3  for  Week 4 is also released and can be accessed from the following link: https://onlinecourses.nptel.ac.in/noc22_cs47/progassignment?name=166 Programming Assignment 4  for  Week 4 is also released and can be accessed from the following link: https://onlinecourses.nptel.ac.in/noc22_cs47/progassignment?name=167 Programming Assignment 5  for  Week 4 is also released and can be accessed from the following link: https://onlinecourses.nptel.ac.in/noc22_cs47/progassignment?name=168

The Assignment has to be submitted on or before Wednesday, 23-02-2022, 23:59 IST and all the Programming Assignments have to be submitted on or before Thursday, 24 -02-2022, 23:59 IST.

Programming In Java - Assignment- 1 & 2 Solution Released

Dear Participants, The Assignment-1 & 2 of Week- 1 & 2 Solution for the course  Programming In Java   have been released in the portal. Please go through these solutions and in case of any doubt post your queries in the forum. Link for solution of Assignment 1:  https://drive.google.com/file/d/1BaySF2TOWU8jnAM6Kc6Dzg3c1ECP8tgt/viewusp=sharing Link for solution of Assignment 2 : https://drive.google.com/file/d/1OBe9rnhThNEfK-LTiHssEOf4DG233v6-/view?usp=sharing Happy Learning! Thanks & Regards, NPTEL Team

Programming In Java - Week 3 Feedback Form

Assignments for week 1 & 2 due on feb 9 2022 .

Dear Learner, Assignments for Week 1 & 2 are open for submission .The last date for submission is Feb 9 2022 IST 23:59 . If you have not submitted the assignments ,kindly submit the same before the due date. -NPTEL Team.

Programming In Java - Week 3 content is live now!!

The lecture videos for Week 3 have been uploaded for the course Programming in Java . The lectures can be accessed using the following link: https://onlinecourses.nptel.ac.in/noc22_cs47/unit?unit=31&lesson=32

Assignment 3 for Week 3 is also released and can be accessed from the following link:  https://onlinecourses.nptel.ac.in/noc22_cs47/unit?unit=31&assessment=163

Programming Assignment 1  for  Week 3 is also released and can be accessed from the following link: https://onlinecourses.nptel.ac.in/noc22_cs47/progassignment?name=157 Programming Assignment 2  for  Week 3 is also released and can be accessed from the following link: https://onlinecourses.nptel.ac.in/noc22_cs47/progassignment?name=158 Programming Assignment 3  for  Week 3 is also released and can be accessed from the following link: https://onlinecourses.nptel.ac.in/noc22_cs47/progassignment?name=159 Programming Assignment 4  for  Week 3 is also released and can be accessed from the following link: https://onlinecourses.nptel.ac.in/noc22_cs47/progassignment?name=161 Programming Assignment 5  for  Week 3 is also released and can be accessed from the following link: https://onlinecourses.nptel.ac.in/noc22_cs47/progassignment?name=162

The Assignment has to be submitted on or before Wednesday, 16-02-2022, 23:59 IST and all the Programming Assignments have to be submitted on or before Thursday, 17-02-2022, 23:59 IST.

Programming In Java - Week 2 Feedback Form

Programming in java - week 2 content is live now.

The lecture videos for Week 2 have been uploaded for the course Programming in Java . The lectures can be accessed using the following link: https://onlinecourses.nptel.ac.in/noc22_cs47/unit?unit=24&lesson=25

Assignment 2 for Week 2 is also released and can be accessed from the following link:  https://onlinecourses.nptel.ac.in/noc22_cs47/unit?unit=24&assessment=134

Programming Assignment 1  for  Week 2 is also released and can be accessed from the following link: https://onlinecourses.nptel.ac.in/noc22_cs47/progassignment?name=135 Programming Assignment 2  for  Week 2 is also released and can be accessed from the following link: https://onlinecourses.nptel.ac.in/noc22_cs47/progassignment?name=136 Programming Assignment 3  for  Week 2 is also released and can be accessed from the following link: https://onlinecourses.nptel.ac.in/noc22_cs47/progassignment?name=137 Programming Assignment 4  for  Week 2 is also released and can be accessed from the following link: https://onlinecourses.nptel.ac.in/noc22_cs47/progassignment?name=138 Programming Assignment 5  for  Week 2 is also released and can be accessed from the following link: https://onlinecourses.nptel.ac.in/noc22_cs47/progassignment?name=139

The Assignment has to be submitted on or before Wednesday, 09-02-2022, 23:59 IST and all the Programming Assignments have to be submitted on or before Thursday, 10-02-2022, 23:59 IST.

Programming In Java - Week 1 Feedback Form

Programming in java - assignment- 0 solution released.

Dear Participants, The Assignment- 0 of Week- 0 Solution for the course  Programming In Java has been released in the portal. Please go through the solution and in case of any doubt post your queries in the forum. Link:  https://drive.google.com/file/d/1MoagO_BHacKCmRFbbpGJiF11hChMKOGg/view?usp=sharing Happy Learning! Thanks & Regards, NPTEL Team

Attention: Regarding the Social media Groups

Dear Learners, The discussion forum, which is embedded on the course portal,  is the only authentic medium to communicate regarding this course . This Forum is monitored by the Faculty coordinator and team and on which we will respond. NPTEL is NOT responsible for any whatsapp group or any other group created in any social media platform.  Request the learners to refrain from sharing phone numbers and other details which may be misused as this is a public group and this information is available to all members in this group. This kind of activity is strictly prohibited and NPTEL will not be responsible for misuse of any such information. All the best, Happy Learning! -NPTEL Team

Programming In Java - Week 1 content is live now!!

The lecture videos for Week 1 have been uploaded for the course Programming in Java . The lectures can be accessed using the following link: https://onlinecourses.nptel.ac.in/noc22_cs47/unit?unit=17&lesson=18

Assignment 1 for Week 1 is also released and can be accessed from the following link:  https://onlinecourses.nptel.ac.in/noc22_cs47/unit?unit=17&assessment=128 Programming Assignment 1  for  Week 1 is also released and can be accessed from the following link: https://onlinecourses.nptel.ac.in/noc22_cs47/progassignment?name=129 Programming Assignment 2  for  Week 1 is also released and can be accessed from the following link: https://onlinecourses.nptel.ac.in/noc22_cs47/progassignment?name=130 Programming Assignment 3  for  Week 1 is also released and can be accessed from the following link: https://onlinecourses.nptel.ac.in/noc22_cs47/progassignment?name=131 Programming Assignment 4  for  Week 1 is also released and can be accessed from the following link: https://onlinecourses.nptel.ac.in/noc22_cs47/progassignment?name=132 Programming Assignment 5  for  Week 1 is also released and can be accessed from the following link: https://onlinecourses.nptel.ac.in/noc22_cs47/progassignment?name=133

NPTEL: Exam Registration is open now for Jan 2022 courses!

Dear Learner, 

Here is the much-awaited announcement on registering for the Jan 2022 NPTEL course certification exam. 

1. The registration for the certification exam is open only to those learners who have enrolled in the course. 

2. If you want to register for the exam for this course, login here using the same email id which you had used to enroll to the course in Swayam portal. Please note that Assignments submitted through the exam registered email id ALONE will be taken into consideration towards final consolidated score & certification. 

3 . Date of exam: April 24, 2022

Certification exam registration URL is: https://examform.nptel.ac.in/  

Choose from the Cities where exam will be conducted: Exam Cities

4. Exam fees: 

If you register for the exam and pay before March 14, 2022, 10:00 AM, Exam fees will be Rs. 1000/- per exam . 

If you register for exam before March 14, 2022, 10:00 AM and have not paid or if you register between March 14, 2022, 10:00 AM & March 18, 2022, 10:00 AM, Exam fees will be Rs. 1500/- per exam 

5. 50% fee waiver for the following categories: 

Students belonging to the SC/ST category: please select Yes for the SC/ST option and upload the correct Community certificate.

Students belonging to the PwD category with more than 40% disability: please select Yes for the option and upload the relevant Disability certificate. 

6. Last date for exam registration: March 18, 2022 10:00 AM (Friday). 

7. Mode of payment: Online payment - debit card/credit card/net banking. 

8. HALL TICKET: 

The hall ticket will be available for download tentatively by 2 weeks prior to the exam date . We will confirm the same through an announcement once it is published. 

9. FOR CANDIDATES WHO WOULD LIKE TO WRITE MORE THAN 1 COURSE EXAM:- you can add or delete courses and pay separately – till the date when the exam form closes. Same day of exam – you can write exams for 2 courses in the 2 sessions. Same exam center will be allocated for both the sessions. 

10. Data changes: 

Last date for data changes: March 18, 2022 10:00 AM :  

All the fields in the Exam form except for the following ones can be changed until the form closes. 

The following 6 fields can be changed ONLY when there are NO courses in the course cart. And you will be able to edit the following fields only if you: - 

REMOVE unpaid courses from the cart And/or - CANCEL paid courses 

1. Do you come under the SC/ST category? * 

2. SC/ST Proof 

3. Are you a person with disabilities? * 

4. Are you a person with disabilities above 40%? 

5. Disabilities Proof 

6. What is your role ? 

Note: Once you remove or cancel a course, you will be able to edit these fields immediately. 

But, for cancelled courses, refund of fees will be initiated only after 2 weeks. 

11. LAST DATE FOR CANCELLING EXAMS and getting a refund: March 18, 2022 10:00 AM  

12. Click here to view Timeline and Guideline : Guideline  

Domain Certification

Domain Certification helps learners to gain expertise in a specific Area/Domain. This can be helpful for learners who wish to work in a particular area as part of their job or research or for those appearing for some competitive exam or becoming job ready or specialising in an area of study.  

Every domain will comprise Core courses and Elective courses. Once a learner completes the requisite courses per the mentioned criteria, you will receive a Domain Certificate showcasing your scores and the domain of expertise. Kindly refer to the following link for the list of courses available under each domain: https://nptel.ac.in/noc/Domain/discipline.html

Thanks & Regards, 

Programming In Java - Assignment-0-RELEASED

We welcome you all to this course. The Assignment 0 for the course Programming In Java has been released. This assignment is based on a prerequisite of the course. Kindly note that marks obtained in this assignment will not be considered for the final assessment. You can find the assignment under Week 0 unit on the left-hand side of your screen You can submit the assignment multiple times . All the best !!    

  --NPTEL Team

Programming In Java: Welcome to NPTEL Online Course - Jan 2022!!

  • Every week, about 2.5 to 4 hours of videos containing content by the Course instructor will be released along with an assignment based on this. Please watch the lectures, follow the course regularly and submit all assessments and assignments before the due date. Your regular participation is vital for learning and doing well in the course. This will be done week on week through the duration of the course.
  • Please do the assignments yourself and even if you take help, kindly try to learn from it. These assignments will help you prepare for the final exams. Plagiarism and violating the Honor Code will be taken very seriously if detected during the submission of assignments.
  • The announcement group - will only have messages from course instructors and teaching assistants - regarding the lessons, assignments, exam registration, hall tickets, etc.
  • The discussion forum (Ask a question tab on the portal) - is for everyone to ask questions and interact. Anyone who knows the answers can reply to anyone's post and the course instructor/TA will also respond to your queries.
  • Please make maximum use of this feature as this will help you learn much better.
  • If you have any questions regarding the exam, registration, hall tickets, results, queries related to the technical content in the lectures, any doubts in the assignments, etc can be posted in the forum section
  • The course is free to enroll and learn from. But if you want a certificate, you have to register and write the proctored exam conducted by us in person at any of the designated exam centres.
  • The exam is optional for a fee of Rs 1000/- (Rupees one thousand only).
  • Date and Time of Exams: April 24, 2022 Morning session 9am to 12 noon; Afternoon Session 2 pm to 5 pm.
  • Registration URL: Announcements will be made when the registration form is open for registrations.
  • The online registration form has to be filled and the certification exam fee needs to be paid. More details will be made available when the exam registration form is published. If there are any changes, it will be mentioned then.
  • Please check the form for more details on the cities where the exams will be held, the conditions you agree to when you fill the form etc.
  • Once again, thanks for your interest in our online courses and certification. Happy learning.

A project of

nptel java week 10 assignment answers 2022

In association with

nptel java week 10 assignment answers 2022

Programming_In_Java_NPTEL

Java

Navigate to Week

Week 1 Week 2 Week 3 Week 4 Week 5 Week 6 Week 7 Week 8 Week 9 Week 10 Week 11 Week 12

Java Week 1:Q1 To find the perimeter and area of a circle given a value of radius.

Java Week 1:Q2 To find the largest among three numbers x, y, and z.

Java Week 1:Q3 Consider First n even numbers starting from zero(0) and calculate sum of all the numbers divisible by 3 from 0 to n. Print the sum.

Java Week 1:Q4 To check whether the number is an Armstrong number or not.

Java Week 1:Q5 To help Ram , find the highest mark and average mark secured by him in “s” number of subjects.

Java Week 2:Q1 To call the method print() in class Student following the concept of inner class.

Java Week 2:Q2 To call the method print() of class Student first and then call print() method of class School.

Java Week 2:Q3 To call print() method of class Question by creating a method named ‘studentMethod()’.

Java Week 2:Q4 To call default constructor first and then any other constructor in the class Answer.

Java Week 2:Q5 To debug the program which is intended to print ‘NPTEL JAVA’.

Java Week 3:Q1 To the generation of Fibonacci numbers.

Java Week 3:Q2 Define a class Point with two fields x and y each of type double. Also , define a method distance(Point p1, Point p2) to calculate the distance between points p1 and p2 and return the value in double. Complete the code segment given below. Use Math.sqrt( ) to calculate the square root.

Java Week 3:Q3 A class Shape is defined with two overloading constructors in it. Another class Test1 is partially defined which inherits the class Shape. The class Test1 should include two overloading constructors as appropriate for some object instantiation shown in main( ) method. You should define the constructors using the super class constructors. Also, override the method calculate( ) in Test1 to calculate the volume of a Shape.

Java Week 3:Q4 This program to exercise the call of static and non-static methods. A partial code is given defining two methods, namely sum( ) and multiply ( ). You have to call these methods to find the sum and product of two numbers.

Java Week 3:Q5 To swap two numbers using call by object reference.

Java Week 4:Q1 To execute the following program successfully. You should import the correct package(s) and/or class(s) to complete the code.

Java Week 4:Q2 To print the current year.

Java Week 4:Q3 The program in this assignment is attempted to print the following output:

Java Week 4:Q4 To call the default method in the interface First and Second.

Java Week 4:Q5 To print the following output.

Java Week 5:Q1 An interface Number is defined in the following program. You have to declare a class A, which will implement the interface Number. Note that the method findSqr(n) will return the square of the number n.

Java Week 5:Q2 This program is to find the GCD (greatest common divisor) of two integers writing a recursive function findGCD(n1,n2). Your function should return -1, if the argument(s) is(are) other than positive number(s).

Java Week 5:Q3 Complete the code segment to catch the ArithmeticException in the following, if any. On the occurrence of such an exception, your program should print “Exception caught: Division by zero.” If there is no such exception, it will print the result of division operation on two integer values.

Java Week 5:Q4 In the following program, an array of integer data to be initialized. During the initialization, if a user enters a value other than integer value, then it will throw InputMismatchException exception. On the occurrence of such an exception, your program should print “You entered bad data.” If there is no such exception it will print the total sum of the array.

Java Week 5:Q5 In the following program, there may be multiple exceptions. You have to complete the code using only one try-catch block to handle all the possible exceptions.

For example, if user’s input is 1, then it will throw and catch “java.lang.NullPointerException“.

Java Week 6:Q1 Complete the code segment to print the following using the concept of extending the Thread class in Java:

Java Week 6:Q2 In the following program, a thread class ThreadRun is created using the Runnable interface which prints “Thread using Runnable interface”. Complete the main class to create a thread object of the class ThreadRun and run the thread,

Java Week 6:Q3 A part of the Java program is given, which can be completed in many ways, for example using the concept of thread, etc. Follow the given code and complete the program so that your program prints the message “NPTEL Java”. Your program should utilize the given interface/ class.

Java Week 6:Q4 Execution of two or more threads occurs in a random order. The keyword ‘synchronized’ in Java is used to control the execution of thread in a strict sequence. In the following, the program is expected to print some numbers. Do the necessary use of ‘synchronized’ keyword, so that, the program prints the output in the following order:

Java Week 6:Q5 Add necessary codes to print the following:

Java Week 7:Q1 Complete the following code fragment to read three integer values from the keyboard and find the sum of the values. Declare a variable “sum” of type int and store the result in it.

Java Week 7:Q2 Complete the code segment to catch the exception in the following, if any. On the occurrence of such an exception, your program should print “Please enter valid data” .If there is no such exception, it will print the “square of the number”.

Java Week 7:Q3 A byte char array is initialized. You have to enter an index value”n”. According to index your program will print the byte and its corresponding char value. Complete the code segment to catch the exception in the following, if any. On the occurrence of such an exception, your program should print “exception occur” .If there is no such exception, it will print the required output.

Java Week 7:Q4 The following program reads a string from the keyboard and is stored in the String variable “s1”. You have to complete the program so that it should should print the number of vowels in s1 . If your input data doesn’t have any vowel it will print “0”.

Java Week 7:Q5 A string “s1” is already initialized. You have to read the index “n” from the keyboard. Complete the code segment to catch the exception in the following, if any. On the occurrence of such an exception, your program should print “exception occur” .If there is no such exception, your program should replace the char “a” at the index value “n” of the “s1” ,then it will print the modified string.

Java Week 8:Q1 Write a program which will print a pyramid of “ ” ‘s of height “n” and print the number of “ ” ‘s in the pyramid.

Java Week 8:Q2 Write a program which will print a pascal pyramid of “*” ‘s of height “l” .

Java Week 8:Q3 Write a program which will print a pyramid of “numbers” ‘s of height “n” and print the sum of all number’s in the pyramid.

Java Week 8:Q4 Write a program to print symmetric Pascal’s triangle of “*” ‘s of height “l” of odd length . If input “l” is even then your program will print “Invalid line number”.

Java Week 8:Q5 Write a program to display any digit(n) from 0-9 using “7 segment display”.

Java Week 9:Q1 Complete the code to develop a BASIC CALCULATOR that can perform operations like Addition, Subtraction, Multiplication and Division.

Java Week 9:Q2 Complete the code to develop an ADVANCED CALCULATOR that emulates all the functions of the GUI Calculator as shown in the image.

GUI Calculator

Java Week 9:Q3 Complete the code to perform a 45 degree anti clock wise rotation with respect to the center of a 5 × 5 2D Array as shown below:

Java Week 9:Q4 A program needs to be developed which can mirror reflect any 5 × 5 2D character array into its side-by-side reflection. Write suitable code to achieve this transformation as shown below:

Java Week 9:Q5 Write suitable code to develop a 2D Flip-Flop Array with dimension 5 × 5, which replaces all input elements with values 0 by 1 and 1 by 0. An example is shown below:

Java Week 10:Q1 The following code needs some package to work properly. Write appropriate code to import the required package(s) in order to make the program compile and execute successfully.

Java Week 10:Q2 Write the JDBC codes needed to create a Connection interface using the DriverManager class and the variable DB_URL. Check whether the connection is successful using ‘isAlive(timeout)’ method to generate the output, which is either ‘true’ or ‘false’.

Java Week 10:Q3 Due to some mistakes in the below code, the code is not compiled/executable. Modify and debug the JDBC code to make it execute successfully.

Java Week 10:Q4 Complete the code segment to create a new table named ‘PLAYERS’ in SQL database using the following information.

Coulmn UID First_Name Last_Name Age
Type Integer Varchar(45) Varchar(45) Integer
         

Java Week 10:Q5 Complete the code segment to rename an already created table named ‘PLAYERS’ into ‘SPORTS’.

Java Week 11:Q1 Complete the code segment to insert the following data using prepared statement in the existing table ‘PLAYERS’.

Coulmn UID First_Name Last_Name Age
Row 1 1 Ram Gopal 26
Row 2 2 John Mayer 22

Java Week 11:Q2 Write the required code in order to update the following data in the table ‘PLAYERS’.

Coulmn UID First_Name Last_Name Age
From 1 Ram Gopal 26
To 1 Rama Gopala 24

Java Week 11:Q3 Write the appropriate code in order to delete the following data in the table ‘PLAYERS’.

Coulmn UID First_Name Last_Name Age
Delete 1 Rama Gopala 24

Java Week 11:Q4 Complete the following program to calculate the average age of the players in the table ‘PLAYERS’.

Structure of Table ‘PLAYERS’ is given below: | Coulmn | UID | First_Name | Last_Name | Age | |——–|———|————-|————-|———| | Type | Integer | Varchar(45) | Varchar(45) | Integer | | | | | | |

Java Week 11:Q5 Complete the code segment to drop the table named ‘PLAYERS’.

Java Week 12:Q1 Complete the code to develop an extended version of the ADVANCED CALCULATOR with added special functions that emulates all the functions of the GUI Calculator as shown in the image.

GUI Calculator

Java Week 12:Q2 A partial code fragment is given. The URL class object is created in try block.You should write appropriate method( ) to print the protocol name and host name from the given url string.

Java Week 12:Q3 Write a program to create a record by taking inputs using Scanner class as first name as string ,last name as string ,roll number as integer ,subject1 mark as float,subject2 mark as float. Your program should print in the format

Java Week 12:Q4 A program code is given to call the parent class static method and instance method in derive class without creating object of parent class. You should write the appropriate code so that the program print the contents of static method() and instance method () of parent class.

Java Week 12:Q5 Write a recursive function to print the sum of first n odd integer numbers. The recursive function should have the prototype

NPTEL Online Course Assignment Solution 2021 | Swayam NPTEL Assignment Answers 2021

  • _Announcement
  • _Unproctored Exam
  • __Online Programming
  • _Contact Page

Programming In Java Week 10: Programming Assignments Jan-Jun 2022

 NPTEL PROGRAMMING ASSIGNMENTS

Programming In Java

Week 10 : Programming Assignment 1

-- Solution --  

  // Import required packages import java.sql.*; import java.lang.*;

Week 10 : Programming Assignment 2

  conn = DriverManager.getConnection(DB_URL); if(conn.isClosed()) { System.out.print("false"); } else { System.out.print("true"); }

Week 10 : Programming Assignment 3

  import java.sql.*; import java.lang.*; import java.util.Scanner; public class Question103 { public static void main(String args[]) { try { Connection con = null; Statement stmt = null; String DB_URL = "jdbc:sqlite:/tempfs/db"; System.setProperty("org.sqlite.tmpdir", "/tempfs"); con = DriverManager.getConnection(DB_URL); con.close(); System.out.print(con.isClosed()); } catch(Exception e){ System.out.println(e);} } }

Week 10 : Programming Assignment 4

Complete the code segment  to create a new table named ‘ PLAYERS ’ in SQL database using the following information.

Column

UID

First_Name

Last_Name

Age

Type

Integer

Varchar(45)

Varchar(45)

Integer

  String CREATE_TABLE_SQL="CREATE TABLE players (UID INT, First_Name VARCHAR(45), Last_Name VARCHAR(45), Age INT);"; // Execute the statement containing SQL command stmt.executeUpdate(CREATE_TABLE_SQL);

Week 10 : Programming Assignment 5

Complete the code segment  to rename an already created table named ‘PLAYERS’ into ‘SPORTS’.

import java.sql.*;

import java.lang.*;

public class RenameTable {

    public static void main(String args[]) {

        try {

              Connection conn = null;

              Statement stmt = null;

              String DB_URL = "jdbc:sqlite:/tempfs/db";

              System.setProperty("org.sqlite.tmpdir", "/tempfs");

              conn = DriverManager.getConnection(DB_URL);

              stmt = conn.createStatement();

  // Write the SQL command to rename a table String alt ="ALTER TABLE players RENAME TO sports;"; // Execute the SQL command stmt.executeUpdate(alt);

Contact Form

Navigation Menu

Search code, repositories, users, issues, pull requests..., provide feedback.

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly.

To see all available qualifiers, see our documentation .

nptel-solutions

Here are 59 public repositories matching this topic..., kishanrajput23 / nptel-the-joy-of-computing-using-python.

Study materials related to this course.

  • Updated Oct 27, 2023

kishanrajput23 / NPTEL-Programming-In-java

  • Updated Apr 14, 2022

omunite215 / NPTEL-Programming-in-Java-Ultimate-Guide

I am sharing my journey of studying a course on Programming in Java taught by Prof.Debasis Samanta Sir IIT Kharagpur

  • Updated Dec 4, 2023

kadeep47 / NPTEL-Getting-Started-With-Competitive-Programming

[Aug - Oct 2023] Solutions for NPTEL Course Getting started with competitive programming weekly assignment.

  • Updated Sep 6, 2023

Md-Awaf / NPTEL-Course-Getting-started-with-Competitive-Programming

Solutions for NPTEL Course Getting started with competitive programming weekly assignment.

  • Updated Apr 20, 2023

rvutd / NPTEL-Joy-of-Computing-2020

Programming Assignment Solutions

  • Updated May 5, 2020

guru-shreyansh / NPTEL-Programming-in-Java

The sole intention behind this repository is to help the beginners in Java with the course contents.

  • Updated Aug 1, 2021

avinashyadav16 / The-Joy-of-Computing-Using-Pyhton

12 Weeks long NPTEL Elective MOOC Course's codes, assignments and solutions.

  • Updated Oct 30, 2023
  • Jupyter Notebook

gunjanmimo / NPTEL-The-Joy-of-Computing-using-Python

  • Updated Jan 26, 2020

AdishiSood / The-Joy-of-Computing-using-Python

  • Updated Apr 28, 2021

gxuxhxm / NPTEL-The-Joy-of-Computing-using-Python

NPTEL-The-Joy-of-Computing-using-Python with NOTES and Weekly quizes Answers

  • Updated Jun 25, 2024

NPTEL-Course / Programming-Data-Structures-And-Algorithms-Using-Python

Nptel Course Solutions : Programming, Data Structures And Algorithms Using Python

  • Updated Nov 30, 2020

tdishant / NPTEL-Joy-of-Computing-Using-Python

Python code from week-3 to week-12 for the NPTEL course The Joy of Computing using Python

  • Updated Oct 26, 2021

TarunSehgal27 / NPTEL-JAVA-2020

this is a repo about the java program headed by Debasis Samantha during 2020

  • Updated Apr 23, 2020

NPTEL-Course / Google-Cloud-Computing-Foundations

Nptel Course Solution : Google Cloud Computing Foundations

  • Updated Nov 19, 2020

Anmol-PROgrammar / SWAYAM-Programming_In_Java-NPTEL

This site contains the weekly( i.e. 1-9) questions and their solution of NPTEL-SWAYAM course "Programming in Java".

  • Updated Aug 19, 2021

CGreenP / NPTEL-Introduction-to-Programming-in-C-Assignment-4-Question-3

NPTEL Introduction to Programming in C Assignment 4 Question 3

  • Updated Apr 7, 2024

CGreenP / NPTEL-Introduction-to-Programming-in-C-Assignment-4-Question-1

NPTEL Introduction to Programming in C Assignment 4 Question 1

  • Updated Apr 2, 2024

lonebots / python-programming-joc-nptel

Python programming repository for NPTEL joy of computing course

  • Updated Dec 21, 2020

CGreenP / NPTEL-Programming-Assignment-Road-Trips-and-Museums

NPTEL Programming Assignment: Road Trips and Museums.

  • Updated Mar 3, 2024

Improve this page

Add a description, image, and links to the nptel-solutions topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the nptel-solutions topic, visit your repo's landing page and select "manage topics."

IMAGES

  1. NPTEL Programming in Java Week 10 Assignment Answers 2022

    nptel java week 10 assignment answers 2022

  2. Programming In Java NPTEL Week 10 Assignment Answers 2022

    nptel java week 10 assignment answers 2022

  3. Assignment

    nptel java week 10 assignment answers 2022

  4. NPTEL Programming In Java WEEK 10 Quiz Assignment Solutions💡

    nptel java week 10 assignment answers 2022

  5. NPTEL Data Structure And Algorithms Using Java WEEK 10 Quiz Assignment

    nptel java week 10 assignment answers 2022

  6. NPTEL Data Structure And Algorithms Using Java WEEK 10 Quiz Assignment Solutions💡

    nptel java week 10 assignment answers 2022

VIDEO

  1. NPTEL Programming In Java Week 10 Assignment Answers Solution Quiz

  2. NPTEL Programming in Java -WEEK-10(Programming Assignment)

  3. NPTEL Programming in Java -WEEK-10(Quiz)

  4. PROGRAMMING IN JAVA WEEK 10

  5. NPTEL Data Structure And Algorithms Using Java WEEK 10 Quiz Assignment Solution 2023|#quiz

  6. Assignment 10

COMMENTS

  1. NPTEL Programming in Java Week 10 Assignment Solution

    Week 4 : Encapsulation. Week 5 : Inheritance. Week 6 : Exception Handling. Week 7 : Multithreaded Programming. Week 8 : Java Applets and Servlets. Week 9 : Java Swing and Abstract Windowing Toolkit (AWT) Week 10 : Networking with Java. Week 11: Java Object Database Connectivity (ODBC) Week 12: Interface and Packages for Software Development.

  2. NPTEL Programming in Java Week 10 Assignment Answers 2022

    Dear Students, in this 2 minutes' video I have solved all 10 mcqs question to the NPTEL Programming in Java Week 10 Assignment 2022.You can take inspiration ...

  3. Programming In Java

    This video is for providing Programming In JavaThis video is for Education PurposeThis Course is provided by NPTEL - Online courses This video is made in...

  4. bkkothari2255/Programming_In_Java_NPTEL

    Java Week 6:Q2 In the following program, a thread class ThreadRun is created using the Runnable interface which prints "Thread using Runnable interface". Complete the main class to create a thread object of the class ThreadRun and run the thread, Java Week 6:Q3 A part of the Java program is given, which can be completed in many ways, for example using the concept of thread, etc. Follow the ...

  5. Data Structures and algorithms using Java Week 10 Assignment ...

    This video Explains about Data Structures and algorithms using Java Week 10 Assignment solutions | NPTEL @mspacademy1680

  6. Programming in Java

    Programming Assignment. Week 10: Networking with Java. Programming Assignment. Week 11: Java Object Database Connectivity. Week 12: Interface and Packages for Software Development. NOTE: You can check your answer immediately by clicking show answer button. Programming in Java NPTEL 2022 Week 10 Quiz Solutions" contains 10 questions.

  7. Programming-in-Java-NPTEL/week 10/Exercise 10.5.java at master ...

    This repository in NPTEL course Programming in Java Question and Quiz answer. - Programming-in-Java-NPTEL/week 10/Exercise 10.5.java at master · sumitnce1/Programming-in-Java-NPTEL

  8. Programming In Java NPTEL Week 10 Assignment Answers 2022

    a. URL is the acronym for Uniform Resource Locator. b. A URL takes the form of a string that describes how to find a resource on the Internet. c. URLs have two main components: the protocol needed to access the resource and the location of the resource. d. The URL class is present in the java.net package. Answer: All options A, B, C and D.

  9. PDF Java Week 10: Q1

    Java Week 10: Q1. 04-09, 23:59 ISTThe following code needs some package. o work properly. Write appropriate code to import the required package(s) in order to make the program compile and exec. Sample Test Cases. Input. Output. Test Case 1. true. Test Case 2trueThe due date for submitting this assig.

  10. NPTEL Programming In Java Week 10 Assignment 10 Answers

    These are NPTEL Programming In Java Week 10 Assignment 10 Answers. Question 4. Program to compute the sum of all prime numbers in a given range. The range value will be positive.Follow the naming convention as given in the main method of the suffix code. Solution: public static int primeSum(int x, int y){.

  11. PDF noc20 cs85 assignment Week 10

    NPTEL » Data Structure and algorithms using Java Announcements About the Course Ask a Question Progress Mentor Unit 12 - Week 10 Course outline How does an NPTEL online course work? Week 0 : Assignment 0 Assignment 10 The due date for submitting this assignment has passed As per our records you have not submitted this assignment.

  12. Programming In Java

    Week 1 : Overview of Object-Oriented Programming and Java. Week 2: Java Programming Elements. Week 3: Input-Output Handling in Java. Week 4: Encapsulation. Week 5: Inheritance. Week 6: Exception Handling. Week 7: Multithreaded Programming. Week 8: Java Applets and Servlets. Week 9: Java Swing and Abstract Windowing Toolkit (AWT)

  13. Assignment

    Here's a full videos Solution of the NPTEL Swayam Data Structure And Algorithms Using Java Week 10 Assignment 10 answers.-----...

  14. Programming-in-Java-NPTEL/README.md at master

    Java Week 1:Q1 To find the perimeter and area of a circle given a value of radius. Java Week 1:Q2 To find the largest among three numbers x, y, and z. Java Week 1:Q3 Consider First n even numbers starting from zero (0) and calculate sum of all the numbers divisible by 3 from 0 to n. Print the sum. Java Week 1:Q4 To check whether the number is ...

  15. PDF Java Week 10: Q2

    Progress (student/home) )Course outlineHow does an NPTEL on. Java Week 10: Q2. 04-09, 23:59 ISTWrite the JDBC codes needed to create a Connection interface using the DriverManager class and the. ariable DB_URL. Check whether the connection is successful using 'isAlive(timeout)' method to generate the output, which is either '.

  16. nptel-assignments · GitHub Topics · GitHub

    To associate your repository with the nptel-assignments topic, visit your repo's landing page and select "manage topics." GitHub is where people build software. More than 100 million people use GitHub to discover, fork, and contribute to over 420 million projects.

  17. Programming In Java

    October 2022 NPTEL Exams - Hall Tickets Released! ... Programming In Java - Week 10 Feedback Form Dear Learners, Thank you for enrolling in this NPTEL course and we hope you have gone through the contents for this week and also attempted the assignment. ... The assignment has to be submitted on or before Wednesday, 19/10/2022, 23:59 IST ...

  18. Swayam Solver: NPTEL Programming in Java Jan 2024 Week 9 to 10

    Due on 2024-03-28, 23:59 IST. Write a Java program that utilizes multithreading to calculate and print the squares of numbers from a specified begin to a specified end. The main method is already created. You need to design a SquareThread class that has two members, int begin; int end;

  19. Programming In Java

    There will be sections under the course outline "Online Programming Test (October 22)" that will have the online programming exam link. 4. You can click on this link and attempt the programming exam. Date: October 22, 2022 (Saturday) (Duration of the session will be 2 hrs) First Session: 10.00AM - 12.00PM.

  20. Nptel Programming in Java Week 10 Assignment Answers

    With the growth of Information and Communication Technology, there is a need to develop large and complex software. Further, those software should be platfor...

  21. Programming_In_Java_NPTEL

    WEEK 7. Java Week 7:Q1 Complete the following code fragment to read three integer values from the keyboard and find the sum of the values. Declare a variable "sum" of type int and store the result in it. Java Week 7:Q2 Complete the code segment to catch the exception in the following, if any. On the occurrence of such an exception, your program should print "Please enter valid data ...

  22. Programming In Java Week 10: Programming Assignments Jan-Jun 2022

    Week 10 : Programming Assignment 1. Due Date of Submission 2022-04-07, 23:59 IST. The following code needs some package to work properly. Write appropriate code to import the required package (s) in order to make the program compile and execute successfully. --Solution--. // Import required packages import java.sql.*; import java.lang.*;

  23. nptel-solutions · GitHub Topics · GitHub

    Add this topic to your repo. To associate your repository with the nptel-solutions topic, visit your repo's landing page and select "manage topics." GitHub is where people build software. More than 100 million people use GitHub to discover, fork, and contribute to over 420 million projects.