[Go to site: main page, start]

0% found this document useful (0 votes)
3 views1 page

Java Programming Assignment Guide

The document outlines a Java programming assignment that includes creating a simple banking application for deposit, withdrawal, and balance checking. It also asks for explanations of Java static variables, static methods, static blocks, interfaces, collections, and exception keywords. These tasks are aimed at assessing understanding of core Java concepts.

Uploaded by

tushardube96
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views1 page

Java Programming Assignment Guide

The document outlines a Java programming assignment that includes creating a simple banking application for deposit, withdrawal, and balance checking. It also asks for explanations of Java static variables, static methods, static blocks, interfaces, collections, and exception keywords. These tasks are aimed at assessing understanding of core Java concepts.

Uploaded by

tushardube96
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

SYCS JAVA PROGRAMMING ASSIGNMENT

JAVA PROGRAMMING ASSIGNMENT

1) Create a Java programming code for the following : Simple Banking


Application: Console app to perform deposit, withdrawal, check balance
operations.

2) What is Java static variable? What is static method and static block?

3) What are Interfaces in java?

4) What is Collection in Java?

5) Give and explain Java Exception Keywords.

You might also like