BCIS NOTES
  • Home
  • Digital System
  • Object-Oriented Programming
  • English II
  • Marcoeconomics
  • Question Bank

Object Oriented Programming

String Buffer || Java Collections And Java API Library || Bcis Notes

String Buffer || Java Collections And Java API Library || Bcis Notes

September 3, 2019 Jelly 0

String Buffer String Buffer The String Buffer class is used to create a mutable string. It is same as String class except it is mutable […]

Byte and Character Streams || Java.IO || Bcis Notes

Byte and Character Streams || Java.IO || Bcis Notes

September 3, 2019 Octopus 0

Byte and Character Streams Byte and Character Streams are described below:- The java.io package contains nearly every class you might ever need to perform input […]

Interfaces and Packages || Inheritance, Interfaces and Packages || Bcis Notes

Interfaces and Packages || Inheritance, Interfaces and Packages || Bcis Notes

August 27, 2019 Octopus 0

Interfaces and Packages Interfaces and Packages are syntactically similar to classes, but they lack instance variables, and their methods are declared without anybody. A package […]

Polymorphism || Inheritance, Interfaces and Packages || Bcis Notes

Polymorphism || Inheritance, Interfaces and Packages || Bcis Notes

August 27, 2019 Octopus 0

Polymorphism Polymorphism is the ability of an object to take on many forms. The most common use of it in OOP occurs when a parent […]

Multilevel Hierarchy || Inheritance, Interfaces and Packages || Bcis Notes

Multilevel Hierarchy || Inheritance, Interfaces and Packages || Bcis Notes

August 25, 2019 Octopus 0

 Multilevel Hierarchy We have been using simple class hierarchies that consist of only a superclass and a subclass. However, you can build hierarchies that contain […]

Inheritance || Inheritance, Interfaces and Packages || Bcis Notes

Inheritance || Inheritance, Interfaces and Packages || Bcis Notes

August 25, 2019 Octopus 0

Inheritance and Member Access Inheritance simply defined as the behaviour and character that the subclass or the child class gets itself by default from the […]

Exceptions And Errors || Exceptions Handling And Multithreading || Bcis Notes

Exceptions And Errors || Exceptions Handling And Multithreading || Bcis Notes

August 21, 2019 Jelly 0

Exceptions And Errors Exceptions And Errors are described below. Exceptions An exception (or exceptional event) is a problem that arises during the execution of a […]

Introduction to Multithreading || Exception Handling and Multithreading || Bcis Notes

Introduction to Multithreading || Exception Handling and Multithreading || Bcis Notes

August 21, 2019 Octopus 0

Introduction to Multithreading Introduction to Multithreading is given below:- Multithreading in java is a process of executing multiple threads simultaneously. Thread is basically a lightweight […]

Method and Instance Variables || Classes and Objects || Bcis Notes

Method and Instance Variables || Classes and Objects || Bcis Notes

August 20, 2019 Octopus 0

Method and Instance Variables Method and Instance Variables are described such as Methods are a collection of statements that are group together to operate. Method […]

Garbage Collection || Classes And Objects || Bcis Notes

Garbage Collection || Classes And Objects || Bcis Notes

August 20, 2019 Jelly 0

Garbage Collection In Java, garbage means unreferenced objects. Garbage Collection is a process of reclaiming the runtime unused memory automatically. In other words, it is […]

Operator Precedence || Java Programming Basics || Bcis Notes

Operator Precedence || Java Programming Basics || Bcis Notes

August 20, 2019 Jelly 0

Type-casting Assigning a value of one type to a variable of another type is known as Type Casting. In other words, typecasting is a way to […]

Features of Object-Oriented Programming || Class and Objects || Bcis Notes

Features of Object-Oriented Programming || Class and Objects || Bcis Notes

August 20, 2019 Octopus 0

Features of Object-Oriented Programming The features of Object-Oriented Programming are given bellow:- Object Class Data Hiding and Encapsulation Dynamic Binding Message Passing Inheritance Polymorphism   […]

Introduction to Object-Oriented Programming || Classes and Objects || Bcis Notes

Introduction to Object-Oriented Programming || Classes and Objects || Bcis Notes

August 20, 2019 Octopus 0

Introduction to Object-Oriented Programming Introduction to Object-Oriented Programming:- OOP is a programming paradigm in which you program using objects to represent things you are programming […]

Operators || Java Programming Basics || Bcis Notes

Operators || Java Programming Basics || Bcis Notes

August 19, 2019 Octopus 0

Operators An operator, in Java, is a special symbol performing specific operations on one, two, or three operands and then returning a result. They are […]

Scope and Lifetime of Variables || Java Programming Basics || Bcis Notes

Scope and Lifetime of Variables || Java Programming Basics || Bcis Notes

August 19, 2019 Octopus 0

Scope and Lifetime of Variables Scope and  Lifetime of variables define the section of the code in which the variable is visible. As a general […]

Literals and Variables || Java Programming Basics || Bcis Notes

Literals and Variables || Java Programming Basics || Bcis Notes

July 23, 2019 Octopus 0

Literals and Variables are described below: Literals Literals and Variables are an important topics in java programming basics. You may have noticed that the new […]

Data Types || Java Programming Basics || Bcis Notes

Data Types || Java Programming Basics || Bcis Notes

July 22, 2019 Octopus 1

DATA TYPES: Data types specify the different sizes and values that can be stored in the variable. Data types are divided into two groups: Primitive […]

Keywords and Identifiers || Java Programming Basics || Bcis Notes

Keywords and Identifiers || Java Programming Basics || Bcis Notes

July 21, 2019 Octopus 0

Keywords and Identifiers are described below: Keywords:           Java keywords are also known as reserved words. Keywords are particular words that act as a key […]

Java Development Kit || Introduction to Java || Bcis Notes

Java Development Kit || Introduction to Java || Bcis Notes

July 20, 2019 Octopus 0

Java Development Kit: The Java Development Kit (JDK) is a software development environment used for developing Java applications and applets. It includes the Java Runtime […]

Common Misconceptions of Java || Introduction to java || Bcis Notes

Common Misconceptions of Java || Introduction to java || Bcis Notes

July 20, 2019 Octopus 0

Common Misconceptions of Java:- Java is the most widely used language in the world ([citation needed]), and everyone has an opinion about it. Due to […]

Posts navigation

1 2 »

Recent Posts

  • Explain types of inheritance with suitable example.
  • Explain the deadlock scenario in JAVA. Write a program to create your exception class.
  • Difference between Array List and Link List? Explain uses of Array List with an example.
  • What is multithreading? Write a program to demonstrate create the thread in java.
  • Case Study Fall 2016 || Object Oriented Language

Categories

  • Digital Systems (25)
  • English II (25)
  • Introductory Macroeconomics (27)
  • Object Oriented Programming (22)
  • Q/A (17)
  • Question Bank (21)
  • Uncategorized (2)

Copyright © 2025 | WordPress Theme by MH Themes