BeginnersBook

  • Home
  • Java
    • Java OOPs
    • Java Collections
    • Java Examples
  • C
    • C Examples
  • C++
    • C++ Examples
  • DBMS
  • Computer Network
  • Python
    • Python Examples
  • More…
    • jQuery
    • Kotlin
    • WordPress
    • SEO
    • JSON
    • JSP
    • JSTL
    • Servlet
    • MongoDB
    • XML
    • Perl

Java Program to find longest substring without repeating characters

Last Updated: July 9, 2022 by Chaitanya Singh | Filed Under: Java Examples

In this tutorial, you will learn how to write a java program to find longest substring without repeating characters. For example, if a string is… [Read More]

Java Program to find all subsets of a string

Last Updated: July 9, 2022 by Chaitanya Singh | Filed Under: Java Examples

In this article, you will learn how to write a java program to find all subsets of a String. If the number of characters in… [Read More]

Java Program to divide a String in ‘n’ equal parts

Last Updated: July 8, 2022 by Chaitanya Singh | Filed Under: Java Examples

In this article, we will write a java program to divide a string in ‘n’ equal parts. There are few things which we need to… [Read More]

Java Program to Check two Strings are anagram or not

Last Updated: December 1, 2024 by Chaitanya Singh | Filed Under: Java Examples

Anagram of a string is another string with the same characters but order of the characters can be different. For example, Two strings “Listen” and… [Read More]

Validation Based Protocol in DBMS

Last Updated: July 5, 2022 by Chaitanya Singh | Filed Under: DBMS

Validation based protocol avoids the concurrency of the transactions and works based on the assumption that if no transactions are running concurrently then no interference… [Read More]

Timestamp based Ordering Protocol in DBMS

Last Updated: July 5, 2022 by Chaitanya Singh | Filed Under: DBMS

In the previous chapter, you learned lock based protocol in DBMS to maintain the integrity of database. In this chapter, you will learn Timestamp based… [Read More]

Lock based Protocol in DBMS

Last Updated: July 5, 2022 by Chaitanya Singh | Filed Under: DBMS

A lock is kind of a mechanism that ensures that the integrity of data is maintained. It does that, by locking the data while a… [Read More]

Checkpoint in DBMS

Last Updated: May 31, 2024 by Chaitanya Singh | Filed Under: DBMS

In the previous chapter, you learned how to recover a transaction using log based recovery method in DBMS. In this guide, you will learn how… [Read More]

Log-Based Recovery in DBMS

Last Updated: July 4, 2022 by Chaitanya Singh | Filed Under: DBMS

In the previous chapters, you learned how to identify a recoverable schedule and what kind of failures can occur in DBMS. In this chapter, you… [Read More]

Failure Classification in DBMS

Last Updated: July 4, 2022 by Chaitanya Singh | Filed Under: DBMS

In DBMS there are several transactions running in a specified schedule. However sometimes these transactions fail due to several reasons. In previous tutorial, we learned… [Read More]

  • « Previous Page
  • 1
  • …
  • 33
  • 34
  • 35
  • 36
  • 37
  • …
  • 150
  • Next Page »

Java Examples

  • Check Odd-even
  • Linear Search
  • Binary Search
  • Floyd's Triangle
  • Reverse number
  • Random Number
  • first n prime numbers
  • Disp prime Numbers
  • Check Prime number
  • Palindrome String
  • Find factorial
  • Sum of elements of Array
  • Area of rectangle
  • Area of Square
  • Area of Triangle
  • Circle

Tutorials

  • Java Tutorial
  • OOPs Concepts
  • Java String
  • Exception handling
  • Java Multithreading
  • Java I/O
  • Java Serialization
  • Java Regex
  • Java AWT
  • Java Swing
  • Java Enum
  • Java Annotations

Copyright © 2012 – 2026 BeginnersBook . Privacy Policy . Sitemap