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

Create and Run your First Kotlin Project in Eclipse IDE

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

In this tutorial we will see how to install Kotlin plugin in Eclipse IDE to create and run your first Kotlin application in Eclipse IDE…. [Read More]

Kotlin Tutorial for Beginners | Learn Kotlin

Last Updated: March 14, 2019 by Chaitanya Singh | Filed Under: Kotlin Tutorial

Kotlin is a statically-typed programming language, developed by JetBrains. If you have basic knowledge of Java, you will be able to learn Kotlin in no… [Read More]

Java 8 Stream – allMatch() example

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

In the last tutorials we have seen the anyMatch() and noneMatch() methods. In this guide, we will discuss stream allMatch() method, which returns true if… [Read More]

Tags: Java8-Features

Java 8 Stream – noneMatch() example

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

In the last tutorial we discussed java stream anyMatch() method. The stream noneMatch() method works just opposite to the anyMatch() method, it returns true if… [Read More]

Tags: Java8-Features

Java 8 Stream – anyMatch() example

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

In this tutorial we will see the example of Java 8 Stream anyMatch() method. This method returns true if any elements of the Stream matches… [Read More]

Tags: Java8-Features

Java 8 – Adding Days to the LocalDate

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

In this tutorial we will see how to add days to the LocalDate. Java LocalDate Example 1: Adding Days to the current Date In this… [Read More]

Tags: Java-Date

C strlen() Function – C tutorial

Last Updated: September 11, 2022 by Chaitanya Singh | Filed Under: c-programming

The function strlen() returns the length (number of characters) of the given string. Function strlen() Declaration size_t strlen(const char *str) str – This is the… [Read More]

Tags: C-Library, C-String

C strcspn() Function – C tutorial

Last Updated: September 11, 2022 by Chaitanya Singh | Filed Under: c-programming

The strcspn() function scans the main string for the given string and returns the number of characters in the main string from beginning till the… [Read More]

Tags: C-Library, C-String

C strstr() Function – C tutorial

Last Updated: September 11, 2022 by Chaitanya Singh | Filed Under: c-programming

The strstr() function searches the given string in the specified main string and returns the pointer to the first occurrence of the given string. C… [Read More]

Tags: C-Library, C-String

C strspn() Function

Last Updated: September 11, 2022 by Chaitanya Singh | Filed Under: c-programming

The function strspn() searches specified string in the given string and returns the number of the characters that are matched in the given string. C… [Read More]

Tags: C-Library, C-String

  • « Previous Page
  • 1
  • …
  • 71
  • 72
  • 73
  • 74
  • 75
  • …
  • 150
  • Next Page »

Kotlin Tutorial

  • Kotlin Tutorial
  • Kotlin in Eclipse IDE
  • Kotlin in IntelliJ
  • First Kotlin Program
  • Kotlin Keywords
  • Kotlin Variables
  • Kotlin Type Casting
  • Kotlin operators
  • Kotlin Input/Output
  • Kotlin Comments

Kotlin String

  • Kotlin String

Kotlin Array

  • Kotlin Array
  • Kotlin Range

Control Flow

  • Kotlin if expression
  • Kotlin when expression
  • Kotlin for loop
  • Kotlin while loop
  • Kotlin do-while loop
  • Kotlin continue
  • Kotlin break

Kotlin Function

  • Kotlin Function
  • Kotlin Recursion
  • Kotlin default and named arguments
  • Lambda functions
  • Higher Order Function

Exception Handling

  • Exception Handling
  • Kotlin try catch
  • Multiple catch blocks
  • Nested try catch
  • Throw keyword
  • Kotlin try expression

Kotlin OOP

  • Class and Objects
  • Kotlin Constructors
  • Kotlin Inheritance
  • Visibility Modifiers
  • Kotlin abstract class
  • Kotlin Interfaces
  • Nested and Inner Class
  • Kotlin Data Class
  • Kotlin Sealed Class

Copyright © 2012 – 2026 BeginnersBook . Privacy Policy . Sitemap