Subject Details
Dept     : MECH
Sem      : 2
Regul    : 2019
Faculty : Mr. Prakash.E. P
phone  : NIL
E-mail  : prakash.ep@gmail.com
1.115K
Page views
62
Files
10
Videos
1
R.Links

Icon
Announcements

  • Lecture Notes

    Dear Students the Lecture Notes has been uploaded for the following topics:
    Java Source File–Compilation,
    Data types, Variables,
    Arrays,
    operators

  • Lecture Notes

    Dear Students the Lecture Notes has been uploaded for the following topics:
    The Java Environment

  • Question Bank

    Dear Students the Question Bank has been uploaded for the following topics:
    2 marks,
    Question bank

  • Youtube Video

    Dear Students the Youtube Video has been uploaded for the following topics:
    Java Tutorials for beginners

  • Assignment

    Assignment topic is OPERATORS IN JAVA and due date is 06-03-2020.

  • Resource Link

    Dear Students the Resource Link has been uploaded for the following topics:
    Java fundamentals

  • Puzzles

    Dear Students the Puzzles has been uploaded for the following topics:
    OOP in Java

  • Lecture Notes

    Dear Students the Lecture Notes has been uploaded for the following topics:
    An Overview of OOP ,
    The Java Environment

  • Youtube Video

    Dear Students the Youtube Video has been uploaded for the following topics:
    Unit-4 List ADT
    Unit-4 List ADT-Array based Implementation

  • Lecture Notes

    Dear Students the Lecture Notes has been uploaded for the following topics:
    Stack ADT – Evaluating arithmetic expressions,
    other applications-Examples,
    Queue ADT – circular queue implementation ,
    Example program,
    Double ended Queues ,
    applications of queues

  • Lecture Notes

    Dear Students the Lecture Notes has been uploaded for the following topics:
    Abstract Data Types (ADTs) – List ADT ,
    Array-based implementation ,
    Linked list implementation -Singly linked lists ,
    Example program,
    Doubly linked lists ,
    Circularly linked lists,
    Applications of lists –Polynomial Manipulation

  • Announcement

    Dear students, For IAE-1 Examination, refer the Unit-1 and Unit-2 class notes under Question Bank section and also refer Lecture notes. Thank you

  • Lecture Notes

    Dear Students the Lecture Notes has been uploaded for the following topics:
    Defining classes in Java,
    methods, constructors,Access Control ,
    static members –Commend-Line Arguments,
    Overloading Methods and Constructors,
    Inheritance

  • Question Bank

    Dear Students the Question Bank has been uploaded for the following topics:
    UNIT-1 CLASS NOTES,
    UNIT-2 CLASS NOTES,
    Java Complete Reference,
    Data structures-problem solving using java

  • Lecture Notes

    Dear Students the Lecture Notes has been uploaded for the following topics:
    Exception handling,
    Exception handling,
    Package

  • Lecture Notes

    Dear Students the Lecture Notes has been uploaded for the following topics:
    control statements-Decision making,
    control statements-Looping statements,
    Fundamental Programming Structures in Java

  • Lecture Notes

    Dear Students the Lecture Notes has been uploaded for the following topics:
    Super classes- sub classes –Protected members,
    Constructors in sub classes-the Object class ,
    method overriding - abstract classes and methods,
    final methods and classes,
    Interfaces – defining an interface,
    implementing interface,
    differences between classes and interfaces and extending interfaces,
    Example programs,
    String handling

  • Announcement

    Dear students, As per schedule, your are having PPS IAE-3 Exam on 06.04.2020, prepare well unit-4 and 5. Question banks, lecture videos, Lecture notes has been uploaded.

  • Question Bank

    Dear Students the Question Bank has been uploaded for the following topics:
    New question bank for all 5 units,
    IAE-3 Question Bank

  • Youtube Video

    Dear Students the Youtube Video has been uploaded for the following topics:
    Unit-4 List ADT-Implementation of Singly Linked List
    Unit-4 List ADT-Example program for Singly Linked List
    Unit-4 List ADT-Doubly Linked List
    Unit-4 List ADT-Example for Doubly Linked List
    Unit-4 List ADT-Circular Linked List
    Unit-4 List ADT-Example for Circular Linked List
    Unit-4 List ADT-Application of List