ANU B.Com 4th Sem Object Oriented Programming with java Syllabus / Material: Acharya Nagarjuna university revised and introduced new syllabus / subject in B.Com computers 4th semester. Here is the detailed syllabus and material for it.
UNIT-I
Introduction to OOPs: Problem in Procedure oriented approach, features of OOPS
Introduction to Java: Features of Java, JVM, parts of java programming, Naming conventions in Java, Data types in java, Operators in Java, Reading Input using scanner class, Displaying output using system.out.println(), command line arguments
UNIT-II
Control statements in Java: if..else, do..while loop, for loop, switch statement, break statement, continue statement.
Arrays: Types of arrays, array name, length
Strings: Creating strings, String class methods, String comparison, Immutability of strings
UNIT-III
Class and Object: Object creation, Initializing the instance variable, access specifiers, constructors
Inheritance: Inheritance, types of inheritance,
Polymorphism: Method overloading, operator overloading
Abstract classes: Abstract method and abstract class
UNIT-IV
Packages: Different types of packages, Creating and accessing package,
Streams: Stream classes, Creating a file using file out stream, reading data from a using file file input stream, creating file using file writer, reading a file using file reader
UNIT-V
Exception Handling: Errors in Java program, Exceptions, throws clause, throw clause, types of exceptions
Threads: Single tasking, multi tasking, Uses of threads, creating thread and running it, terminating the thread, thread class methods.
0comments:
Post a Comment
Note: only a member of this blog may post a comment.