Skip to content
Latest
How to append content in a file?
How to list directory files?
What is Require function & how to export custom module?
What is React context good for & how to use?
What and how to use Readline?
  • fb
Monday, Jun 9, 2025

Step by Step JAVA

Speaks to your machine by learning

  • C
    • Pointers
    • File handling
  • NodeJS
    • Objects
    • Readline
    • Export Custom Module
    • File System Basics
      • List Directory Files
  • React Native
    • React and React Native Basics
    • FlatList
      • Basic
      • Add header, Footer and item separator
    • Hooks
    • React Navigation
    • TextInput
  • PHP
    • Operators
    • Super Variables
    • MySql
      • Database Connection
      • Create Database
  • Programming
  • C
    • Pointers
    • File handling
  • NodeJS
    • Objects
    • Readline
    • Export Custom Module
    • File System Basics
      • List Directory Files
  • React Native
    • React and React Native Basics
    • FlatList
      • Basic
      • Add header, Footer and item separator
    • Hooks
    • React Navigation
    • TextInput
  • PHP
    • Operators
    • Super Variables
    • MySql
      • Database Connection
      • Create Database
  • Programming

Category: Programming

  • Home
  • Programming
  • Page 2

How to use Bubble Sort Algorithm with an Example?

On April 26, 2018January 23, 2025 By admin

Bubble sort is a very basic method to sort an array works on swapping of adjacent elements if they are not in an order. we can sort array whether in ascending or descending order. suppose we have an array; here length of array tells us how many times comparison and […]

Posted in ProgrammingTagged , bubble sortbubble sort in cprogram for bubble sortsimple code for bubble sortLeave a comment

Linear search using array in C

On February 17, 2018February 17, 2018 By admin

Linear Search : It is simplest form of searching of a item in a array. let suppose we have an “array arr “. arr[6] = { 1, 3, 4, 5, 6, 7 };   and want to search an “element item ” in our array arr. item = 5 ; […]

Posted in ProgrammingTagged , linear search program in clinear search using arrayprogram for linear searchingLeave a comment

Simple Example of Java Program

On April 25, 2017December 16, 2021 By admin

class  Example { //program begins here. public static void main(String args[]){ System.out.println(“Hi, This is my first Java program.”); } } This is a simple program to print a line “Hi, This is my first Java program.” There are some key points that should be known to you: Here ‘class’ is […]

Posted in JAVA, ProgrammingTagged , simple java programLeave a comment

Posts navigation

Newer posts

Recent Posts

  • How to append content in a file?
  • How to list directory files?
  • What is Require function & how to export custom module?
  • What is React context good for & how to use?
  • What and how to use Readline?

Archives

Categories

  • C- Language
  • JAVA
  • Javascript
  • NodeJs
  • PHP
  • Programming
  • React
  • React Native
  • SQL
  • Ubuntu
Copyright ©2017-2022 All right reserved. | Theme: eMag by eVisionThemes