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

DS introduction

Last Updated: July 24, 2021 by Chaitanya Singh | Filed Under: DS Tutorial

A data structure is a special way of organizing and storing data in a computer so that it can be used efficiently. Array, LinkedList, Stack,… [Read More]

Java Program to Sort an Array in Ascending Order

Last Updated: October 14, 2018 by Chaitanya Singh | Filed Under: Java Examples

In this java tutorial, we are sorting an array in ascending order using temporary variable and nested for loop. We are using Scanner class to… [Read More]

Java Program to Sort Strings in an Alphabetical Order

Last Updated: May 11, 2023 by Chaitanya Singh | Filed Under: Java Examples

In this java tutorial, we will learn how to sort Strings in an Alphabetical Order. Java Example: Arranging Strings in an Alphabetical Order In this… [Read More]

Java int to double Conversion

Last Updated: June 13, 2024 by Chaitanya Singh | Filed Under: java

In this tutorial, you will learn how to convert int to double in Java. Since double has longer range than int data type, java automatically… [Read More]

Tags: Java-Conversion

Java double to int Conversion

Last Updated: June 10, 2024 by Chaitanya Singh | Filed Under: java

In this tutorial, you will learn how to convert double to int in Java. A double number contains decimal digits so when we convert it… [Read More]

Tags: Java-Conversion

Kotlin If – Else Expression with examples

Last Updated: February 23, 2019 by Chaitanya Singh | Filed Under: Kotlin Tutorial

In any programming language, we need control statements to control the flow of the program based on the output of a condition. For example, if… [Read More]

Kotlin Comments

Last Updated: February 20, 2019 by Chaitanya Singh | Filed Under: Kotlin Tutorial

Comment is an important part of your program, it improves the readability of your code and makes it easier to understand. Writing meaningful comments in… [Read More]

Kotlin – How to take Input from User

Last Updated: February 20, 2019 by Chaitanya Singh | Filed Under: Kotlin Tutorial

In this tutorial, we will see how to take input from user in Kotlin. Example 1: Display String entered by user In this example, we… [Read More]

Kotlin Type Casting with examples

Last Updated: February 20, 2019 by Chaitanya Singh | Filed Under: Kotlin Tutorial

Type casting is a process of converting one data type to another type, for example – converting int to long, long to double etc. In… [Read More]

Learn Java 9 Modules in 15 Minutes

Last Updated: September 11, 2022 by Chaitanya Singh | Filed Under: java

In this article we will learn the most important feature of Java 9 – “Java 9 Modules“. We will cover everything like why we need… [Read More]

Tags: Java-9

  • « Previous Page
  • 1
  • …
  • 62
  • 63
  • 64
  • 65
  • 66
  • …
  • 150
  • Next Page »

Copyright © 2012 – 2026 BeginnersBook . Privacy Policy . Sitemap