Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
18 views

BCA-303 Programming in Java

Bca 3d sem exam topics mdsu university

Uploaded by

dilshankhan7706
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views

BCA-303 Programming in Java

Bca 3d sem exam topics mdsu university

Uploaded by

dilshankhan7706
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

BCA-303 Programming in Java

Unit 1

Introducing Data Types and Operators,


Java’s Primitive Types,
Literals,
Variables,
operators,
Type conversion in Assignments,
Cast,
Operator Precedence,
Expressions.
Program Control Statements,
Input characters from the Keyboard,
if statement,
Nested ifs,
if-else-if Ladder,
Switch Statement,
Nestedswitch statements,
for Loop,
Enhanced for Loop,
While Loop,
do-while Loop,
Use break,
Use continue,
Nested Loops.
Introduction to Classes,
Objects and Methods,
Class Fundamentals,
Reference Variables and Assignment,
Methods,
Using Parameters,
Constructors,
Parameterized Constructors,
The new operator.
Arrays,
Multidimensional Arrays,
Alternative Array Declaration Syntax,
Assigning Array References,
Usingthe Length Member,
The Bitwise operators.
Unit 2

String Fundamentals,
The String Constructors,
Three String-Related Language Features,
The Length() Method,
Obtaining the characters within a string,
String comparison,
using indexOf() and last IndexOf(),
Changing the case of characters within a string,
StringBuffer and StringBuilder.
Method Overloading,
Overloading Constructors,
Recursion Inheritance Basics,
Member Access and Inheritance,
Constructors and Inheritance,
Using super to CallSuperclass constructors,
Using super to Access Superclass Members,
Creating a Multilevel Hierarchy Interface Fundamentals,
Creating an Interface,
Implementing an Interface,
Using Interface References,Implementing Multiple Interfaces,
extending Interfaces

Unit 3

Package Fundamentals,
Packages and Member Access,
Importing Packages,
Static Import The Exception Hierarchy,
Exception Handling Fundamentals,
using Multiple catch clauses,
Catching subclass Exceptions,
nested try blocks,
Throwing an Exception Multithreading fundamentals,
The Thread Class and Runnable Interface,
Creating Thread,
Creating Multiple Threads,
Determining When a Thread Ends,
Thread Priorities,
Synchronization,
Thread Communication using notify(),
wait() and notifyAll(),
suspending,
Resuming and stopping Threads.

You might also like