uz
Feedback
JAVA PROGRAMMING

JAVA PROGRAMMING

Kanalga Telegram’da o‘tish

Hello! I am @imabhi3030 and welcome to the Coding channel! Here we can learn all things related to coding and improve our skills. I am always present to help you. If you need any kind of assistance, just let me know! 😊

Ko'proq ko'rsatish
5 030
Obunachilar
+324 soatlar
Ma'lumot yo'q7 kunlar
+2330 kunlar
Postlar arxiv
// 41. replaceFirst()
public class ReplaceFirstExample {
    public static void main(String[] args) {
        String str = "apple orange apple orange";
        String replacedString = str.replaceFirst("apple", "banana");
        System.out.println("String after replacing first occurrence: " + replacedString);
    }
}

// 5. substring()
public class SubstringExample {
    public static void main(String[] args) {
        String str = "Hello, World!";
        String substring = str.substring(7);
        System.out.println("Substring from index 7: " + substring);
    }
}

// 4. equals()
public class StringEqualityExample {
    public static void main(String[] args) {
        String str1 = "hello";
        String str2 = "HELLO";
        boolean isEqual = str1.equals(str2);
        System.out.println("Are strings equal? " + isEqual);
    }
}

// 3. toLowerCase()
public class LowerCaseExample {
    public static void main(String[] args) {
        String str = "Hello, World!";
        String lowerCaseString = str.toLowerCase();
        System.out.println("Lowercase string: " + lowerCaseString);
    }
}

1) Which of the following not a primitive data type?
Anonymous voting

Java codes for exams

import java.util.Scanner;

"Start"
        Scanner scanner = new Scanner(System.in);

        Pt"Enter an integer: "
        int number = scanner.nextInt();

        Pt"You entered: " + number

        scanner.close();

  "End"

"public static void main(String arg[])" is written:
Anonymous voting

// #5 Atithmetic Operations in Java
public class MyClass {
  public static void main(String args[]) {
     
     // declaring variables 
     int add, sub, div, mul, rem;
     
     // Declaring two varables
     int x=4;
     int y=2;
     
     // performing Operations
     add = x+y;    // Addition 
     sub = x-y;     // Subtraction
     div = x/y;      // Division
     mul = x+y;     // Multiply 
     rem= x%y;     // reminder
     
     // Showing results
     System.out.println("4 + 2 = "+ add);
     System.out.println("4 - 2 = "+ sub);
     System.out.println("4 * 2 = "+ mul);
     System.out.println("4 / 2 = "+ div);
     System.out.println("4 % 2 = "+ rem);
  }
}

Join for all programming language more than 30+ channel you must join here useful channel like programming, hacking, notes everything 😁`` 👉 https://t.me/addlist/5MDFVZjV1Yo2NWI1

Jiske pass Laptop nhi hai 👇 Mobile best Compiler's C Compiler Click Here C++ Compiler Click Here Python Compiler Click Here Java Compiler Click Here Sql Compiler Click Here Universal Compilers for mobile Replit (web or app) Click Here Jdoodle(web or app) Click Here Programize (web) Search web For any help Freely Say here

Data structures short notes
+8
Data structures short notes

//#6 2 Number Adder(Calculator) from user input
// This for Scan anything entered by user (user inputs)
import java.util.Scanner;

class myClass {
    public static void main(String[] args) {
        
        int x,y,Sum;
        
        Scanner s = new Scanner(System.in);
        // it will take input from keyboard
        
        System.out.println("Enter 1st Number: ");
        x = s.nextInt(); // scanning 
        
        System.out.println("Enter 2nd Number: ");
        y = s.nextInt(); // scanning
        
        Sum = x+y;
        System.out.println("Sum = "+ Sum);
    }
}

// #5 Atithmetic Operations in Java
public class MyClass {
  public static void main(String args[]) {
     
     // declaring variables 
     int add, sub, div, mul, rem;
     
     // Declaring two varables
     int x=4;
     int y=2;
     
     // performing Operations
     add = x+y;    // Addition 
     sub = x-y;     // Subtraction
     div = x/y;      // Division
     mul = x+y;     // Multiply 
     rem= x%y;     // reminder
     
     // Showing results
     System.out.println("4 + 2 = "+ add);
     System.out.println("4 - 2 = "+ sub);
     System.out.println("4 * 2 = "+ mul);
     System.out.println("4 / 2 = "+ div);
     System.out.println("4 % 2 = "+ rem);
  }
}

🔰 join ᴏᴜʀ ᴀʟʟ ᴄʜᴀɴɴᴇʟs for coding 🔰 ᴛᴇʀᴍᴜx ʜᴀᴄᴋɪɴɢ ᴄʟɪᴄᴋ ʜᴇʀᴇ ᴛᴇʀᴍᴜx ᴄᴏᴍᴍᴀɴᴅ ᴄʟɪᴄᴋ ʜᴇʀᴇ ᴛᴇʀᴍᴜx ᴛʀɪᴄᴋs ᴄʟɪᴄᴋ ʜᴇʀᴇ ᴘʜᴘ ʟᴀɴɢᴜᴀɢᴇs ᴄʟɪᴄᴋ ʜᴇʀᴇ ᴄ ᴘʀᴏɢʀᴀᴍᴍɪɴɢ ᴄʟɪᴄᴋ ʜᴇʀᴇ ᴄ++ ʟᴀɴɢᴜᴀɢᴇ ᴄʟɪᴄᴋ ʜᴇʀᴇ ᴄ# ʟᴀɴɢᴜᴀɢᴇ ᴄʟɪᴄᴋ ʜᴇʀᴇ ᴊᴀᴠᴀ ʟᴀɴɢᴜᴀɢᴇ ᴄʟɪᴄᴋ ʜᴇʀᴇ ᴄss ʟᴀɴɢᴜᴀɢᴇ ᴄʟɪᴄᴋ ʜᴇʀᴇ ᴘʏᴛʜᴏɴ ʟᴀɴɢᴜᴀɢᴇ ᴄʟɪᴄᴋ ʜᴇʀᴇ ᴛʏᴘᴇsᴄʀɪᴘᴛ ᴄʟɪᴄᴋ ʜᴇʀᴇ ᴊᴀᴠᴀsᴄʀɪᴘᴛ ᴄʟɪᴄᴋ ʜᴇʀᴇ ʜᴛᴍʟ ʟᴀɴɢᴜᴀɢᴇ ᴄʟɪᴄᴋ ʜᴇʀᴇ

//#4 Declaring & iniitializing Array
public class MyClass {
  public static void main(String args[]) {
     
     int arr[]; //declaring array
     arr = new int[20]; // allocating memory
  
     arr[0]= 55; //iniitializing first element
     arr[1]= 33; //initi.... 2nd Element
     System.out.println(arr[0]);
  }
}