Skip to content
Technology Blog

Technology Blog

  • Home
  • Java
  • PROGRAMMING
  • Technology
  • Gaming
  • About Us
    • Contact Us
    • Privacy Policy
    • About Us
    • Disclaimer

Tag: To check whether string is palindrome or not

BOARD PROGRAM class 9-10 icse programs Java PROGRAMMING Technology TOP CONTENT

How to create a function which initialize a 1-d array ar[] of 15 integers and print the sum of all the integers which are present at odd indexces.

In this post i have shared a java program which is mostly asked by students of computer science. THANK YOU FOR …

Read more

Lavi Thakur 2 years agoJanuary 2, 2023
Java PROGRAMMING Technology

Write a java program to take string as an input and check whether it is Palindrome or not.

class PQR{ public static void main(String k) { int l=k.length(); String m=””; //empty for(int i=l-1;i>=0;i–) { m=m+(k.charAt(i)); } if(m.compareTo(k)==0) { System.out.println(“Yes, …

Read more

admin 2 years agoJanuary 2, 2023

Recent Posts

  • How to make money as a Beginner Coder in 2025
  • LloydsLloyds Technology Centre : A Concise Guide
  • How to Increase Height at Any AgeHow to Increase Height at Any Age
  • The Hidden Beauty of Karrukha Wood: A Rare Masterpiece from Nature
  • Deadliest KicksTop 10 Deadliest Kicks in Martial Arts [2024]
  • How to Optimize Battery Life of Your SmartphoneHow to Optimize Battery Life of Your Smartphone
  • Microsoft Crash [World’s BIGGEST Tech Crash!]
  • AI RobotAI Robot : The Rise of the AI Robot
  • Amazon Echo SpotAmazon Echo Spot: Smart Display with Alexa
  • AI in Space: Revolutionizing Space Exploration

Popular Categories

  • Artificial Intelligence
  • BOARD PROGRAM
  • class 9-10 icse programs
  • Gaming
  • Java
  • Martial Arts and Fitness
  • PROGRAMMING
  • Technology
  • TOOLS
  • TOP CONTENT
  • Websites
Copyright 2023. All rights reserved.
Theme By: Smarter Themes