Skip to content

EasyExamNotes.com

  • Home
  • Tutorial
  • Interview Q&A
  • Video Lectures
  • PYQs
  • MCQ
Menu

EasyExamNotes.com

  • Home
  • Tutorial
  • Interview Q&A
  • Video Lectures
  • PYQs
  • MCQ
Menu

Java String

Write a Java program String to uppercase and count words startig with ‘A’

December 3, 2023May 12, 2022 by Team EasyExamNotes

Write a program to input a sentence and convert it into uppercase and count and display the total number of words starting with a letter … Read more

Write a Java program for Buble sort.

December 3, 2023May 12, 2022 by Team EasyExamNotes

Write a program to input 15 integer elements in an array and sort them in ascending order using the bubble sort technique. Ans.

Java program for String, to uppercase, to equal, length of string

December 3, 2023May 12, 2022 by Team EasyExamNotes

Define a class to accept two strings, convert them into uppercase, check and display whether two strings are equal or not, if the two strings … Read more

© 2024 EasyExamNotes.com | Some content on this site was generated with the assistance of Google's Gemini AI and ChatGPT.