Programming in Java \ Discussed Questions

Discussed questions from all chapters of Programming in Java subject from Pokhara University (PU).

Got some questions? Ask here and get help from other students and teachers in this community.

11 questions asked

Event in Java

Does the Java system create an event object everytime the user interacts with a component?

From Events, Handling Events and AWT/Swing Chapter
14 Mar, 2020
Read Input from console in java, Scanf Equivalent in Java

How to scanf in java? explained with example?

From unknown Chapter
28 Dec, 2020
Creating objects without new keyoword in Java

can we create object without using new keyword in java

From unknown Chapter
30 Dec, 2020
JDBC - update data on database

write a program to update data on following table Table:student        Column           Name Type      

From unknown Chapter
28 Jan, 2021
JDBC - Connect and read data from database

Write a simple java program to connect database and read data in the table name"Student"which hava four fields name"id",

From unknown Chapter
28 Jan, 2021
Make a bar chart in java

A bar chart for total number of students, where there are 55 men and 84 women.

From Graphs and Images/ Animation/ Multimedia Chapter
1 Feb, 2021
Write a program to copy contents of file 'abc.txt' to 'xyz.txt' From Exception, Stream and I/O Chapter
2 Feb, 2021
Create menus in a Frame

The menu must be of this structure: file = open, close | quit edit = cut, copy | paste special = first, second, third

From Applets and Application Chapter
2 Feb, 2021