Skip to content

PrepBytes Blog

ONE-STOP RESOURCE FOR EVERYTHING RELATED TO CODING

Log In

Log Out

Menu
  • Language
    • C
    • C++
    • Java
    • Javascript
    • Python
  • Data Structure
    • Array
    • Graphs
    • Heap
    • Linked List
    • Segment Tree
    • Stack
    • Trees
    • Queue
  • Algorithm
    • Backtracking
    • Dynamic Programming
    • Greedy Algorithm
    • RECURSION
    • Searching
    • Sorting
  • CSE Subjects
    • Operating System
  • Company Placement
  • Interview
    • Interview Tips
    • General Interview Questions
    • Algorithms
    • Data Structure
    • Languages
    • Other Topics
  • Competitive
    • Data Structure
      • Array
      • Graph
      • Heap
      • Segment Tree
      • Stack
      • Queue
      • Tree
      • Tries
    • Algorithm
      • Backtracking
      • Dynamic Programming
      • Greedy Algorithm
      • Searching
      • Sorting
    • Other Topics
      • Computational Geometry
      • Game Theory
      • Maths
      • Pointers
      • Recursion
      • String
  • Others
    • Computational Geometry
    • Game Theory
    • Hashing
    • Maths
    • Pointers
    • Recursion
    • String

Sign in to your account

Forgot your password?

New User? Create Account

Login via OTP

We will send you an one time password on your mobile number

New User? Create Account

Login via OTP

An OTP has been sent to your mobile number please verify it below

Resend OTP in 30 sec
Resend
New User? Create Account

Register with PrepBytes

I agree to the terms and conditions.
Already have a account? Login Here

Naimish Mulani

Java

Bubble Sort in Java

Naimish MulaniJanuary 9, 2023January 9, 2023
Bubble sort is a sorting algorithm that uses the swapping of elements to sort the array in either ascending or descending order. Bubble sort is the simplest and easy-to-understand sorting...
Java

Multiple Inheritance Program in Java

Naimish MulaniJanuary 9, 2023January 9, 2023
In this article, we will learn what is multiple inheritance, why multiple inheritance program in java is not supported, and how we can achieve multiple inheritance in java through an...
Java

Pyramid Program in Java

Naimish MulaniJanuary 5, 2023January 9, 2023
In this article, we will learn what is pyramid program, how to create a half pyramid program in java, and a full pyramid program in java. We will also understand...
Java

Matrix Program in Java

Naimish MulaniJanuary 4, 2023January 9, 2023
In this article, we will learn about what the matrix is, how to define a matrix in java, a simple matrix program in java, the addition of the two matrices,...
Java

Interface Program in Java

Naimish MulaniJanuary 2, 2023January 3, 2023
In this article, we will learn what is inheritance in java, what are the usages of the java interface, improvement in an interface by java versions, and interface program in...
Java

Fibonacci Series Program in Java

Naimish MulaniJanuary 2, 2023January 3, 2023
In this article, we will learn what is the Fibonacci series. We will also learn how to write the Fibonacci series program in java using various methods like iterative, recursive,...
C Programming

SJF Scheduling Program in C

Naimish MulaniDecember 29, 2022January 2, 2023
In this article, we will learn what is shortest job scheduling, the Algorithm of shortest job scheduling, the characteristics of the shortest job first algorithm, the shortest job scheduling algorithm...
C Programming

DFS Program in C

Naimish MulaniDecember 29, 2022January 2, 2023
In this article, we will learn what is DFS, and how DFS is different from BFS, we will also how DFS works with a dry run of an example, and...
C Programming

Round Robin Scheduling Program in C

Naimish MulaniDecember 29, 2022January 2, 2023
In this article, what is round-robin scheduling, the Algorithm of round-robin scheduling, characteristics of the round robin scheduling, the round-robin scheduling algorithm with an example, round robin scheduling program in...
C Programming

Radix Sort Program in C

Naimish MulaniDecember 29, 2022January 2, 2023
In this article, we will learn about what is radix sort program, the algorithm of the radix sort program, how the radix sort program works with a dry-run of an...
C Programming

Compound Interest Program in C

Naimish MulaniDecember 23, 2022January 2, 2023
In this article, we will learn what is compound interest, what is the formula to calculate compound interest, the algorithm of compound interest, and how to write a compound interest...
C Programming

Calculator Program in C Language

Naimish MulaniDecember 23, 2022January 2, 2023
In this article, we will learn how to write a calculator program in c. We will write a simple calculator program in c language to perform basic arithmetic operations like...
Java

Series program in java

Naimish MulaniDecember 22, 2022January 2, 2023
In this article, we will learn how to write various types of series programs in java. We will learn how to write the Fibonacci series program in java using different...
Java

Java Scanner Program

Naimish MulaniDecember 22, 2022January 2, 2023
In this article, we will learn about what is a scanner in java, and what are different methods of scanner classes are, and we will learn to write a java...
Java

Package Program in Java

Naimish MulaniDecember 19, 2022January 2, 2023
In this article, we will learn about what package is in java, what are different built-in packages in java,how to create user-defined packages in java, and how to write package...
Java

Inheritance Program in Java

Naimish MulaniDecember 13, 2022January 2, 2023
When a child class object gets all the properties of a parent class object that is called inheritance. In this article, we will learn how to write different inheritance programs...
Java

Constructor Program in Java

Naimish MulaniDecember 12, 2022January 2, 2023
Constructor is very similar to a method and it is called when an object of the class is created. Generally, a constructor is used to perform initial blocks of code...
Operating system

Understand Process Synchronization with Example?

Naimish MulaniDecember 6, 2022January 2, 2023
Process synchronization is a task used to manage the processes thus no two processes have access to the same data or resources. In other words, when two processes have access...
Python

What are the Python Operator and How to Use Them?

Naimish MulaniDecember 2, 2022January 2, 2023
The python operator is used to do operations on variable and their values. For example, if we want to add two numbers then we use + is called an operator....

Pages

  • ALGORITHMS
  • ARRAY
  • BACKTRACKING
  • C PROGRAMMING LANGUAGE
  • C++ PROGRAMMING LANGUAGE
  • CAPGEMINI
  • CIRCULAR LINKED LIST
  • COMPANY PLACEMENT PROCEDURE
  • COMPETITIVE CODING
  • COMPUTATIONAL GEOMETRY
  • CSE SUBJECTS
  • DATA STRUCTURE
  • DOUBLY LINKED LIST
  • DYNAMIC PROGRAMMING
  • GAME THEORY
  • GRAPHS
  • GREEDY ALGORITHM
  • HASHING
  • HEAP
  • INTERVIEW PREPARATION
  • INTERVIEW TIPS
  • JAVA PROGRAMMING LANGUAGE
  • JAVASCRIPT PROGRAMMING LANGUAGE
  • Languages
  • LINKED LIST
  • LINKED LIST USING C
  • MATHEMATICS
  • OPERATING SYSTEM
  • POINTERS
  • PYTHON PROGRAMMING LANGUAGE
  • QUEUE
  • RECURSION
  • SEARCHING
  • SEGMENT TREE
  • SORTING
  • STACK
  • STRING
  • TREES

Recent Articles

  • 1
    January 30, 2023

    Non Primitive Data Types in Java

  • 2
    January 30, 2023

    How to Reverse a List in Python

  • 3
    January 30, 2023

    Dynamic Array in C

  • 4
    January 30, 2023

    Define and Include in C

  • 5
    January 30, 2023

    Java IOException

  • 6
    January 30, 2023

    Function Overloading in Python

Close
Menu
  • Language
    • C
    • C++
    • Java
    • Javascript
    • Python
  • Data Structure
    • Array
    • Graphs
    • Heap
    • Linked List
    • Segment Tree
    • Stack
    • Trees
    • Queue
  • Algorithm
    • Backtracking
    • Dynamic Programming
    • Greedy Algorithm
    • RECURSION
    • Searching
    • Sorting
  • CSE Subjects
    • Operating System
  • Company Placement
  • Interview
    • Interview Tips
    • General Interview Questions
    • Algorithms
    • Data Structure
    • Languages
    • Other Topics
  • Competitive
    • Data Structure
      • Array
      • Graph
      • Heap
      • Segment Tree
      • Stack
      • Queue
      • Tree
      • Tries
    • Algorithm
      • Backtracking
      • Dynamic Programming
      • Greedy Algorithm
      • Searching
      • Sorting
    • Other Topics
      • Computational Geometry
      • Game Theory
      • Maths
      • Pointers
      • Recursion
      • String
  • Others
    • Computational Geometry
    • Game Theory
    • Hashing
    • Maths
    • Pointers
    • Recursion
    • String
FOLLOW US
CONTACT US
+91-8800 2588 17
contact@prepbytes.com
QUICK LINKS
Interview NotesMock TestsPlacement ProgrammeCoding CoursesMock InterviewAbout UsBlog