Discussions
Categories
- 196.8K All Categories
- 2.2K Data
- 238 Big Data Appliance
- 1.9K Data Science
- 450.2K Databases
- 221.7K General Database Discussions
- 3.8K Java and JavaScript in the Database
- 31 Multilingual Engine
- 550 MySQL Community Space
- 478 NoSQL Database
- 7.9K Oracle Database Express Edition (XE)
- 3K ORDS, SODA & JSON in the Database
- 544 SQLcl
- 4K SQL Developer Data Modeler
- 187K SQL & PL/SQL
- 21.3K SQL Developer
- 295.8K Development
- 17 Developer Projects
- 138 Programming Languages
- 292.5K Development Tools
- 107 DevOps
- 3.1K QA/Testing
- 646K Java
- 28 Java Learning Subscription
- 37K Database Connectivity
- 154 Java Community Process
- 105 Java 25
- 22.1K Java APIs
- 138.1K Java Development Tools
- 165.3K Java EE (Java Enterprise Edition)
- 17 Java Essentials
- 160 Java 8 Questions
- 86K Java Programming
- 80 Java Puzzle Ball
- 65.1K New To Java
- 1.7K Training / Learning / Certification
- 13.8K Java HotSpot Virtual Machine
- 94.3K Java SE
- 13.8K Java Security
- 204 Java User Groups
- 24 JavaScript - Nashorn
- Programs
- 436 LiveLabs
- 38 Workshops
- 10.2K Software
- 6.7K Berkeley DB Family
- 3.5K JHeadstart
- 5.7K Other Languages
- 2.3K Chinese
- 171 Deutsche Oracle Community
- 1.1K Español
- 1.9K Japanese
- 232 Portuguese
Write a function to that accept the string through keyboard to check the string is Palindrome.

Write a function to that accept the string through keyboard to check the string is Palindrome.
Answers
-
import java.util.Scanner; class ChkPalindrome { public static void main(String args[]) { String str, rev = ""; Scanner sc = new Scanner(System.in); System.out.println("Enter a string:"); str = sc.nextLine(); int length = str.length(); for ( int i = length - 1; i >= 0; i-- ) rev = rev + str.charAt(i); if (str.equals(rev)) System.out.println(str+" is a palindrome"); else System.out.println(str+" is not a palindrome"); } }
-
Cryptography libraries
Name of ImplementationInitiativeMain Implementation LanguageOpen Source SoftwareSoftware LicenseLatest ReleaseBotanJack LloydC++YesSimplified BSD2.18.1 (May 9, 2021; 10 months ago[1]) [±]Bouncy CastleLegion of the Bouncy Castle Inc.Java, C#YesMIT LicenseJava1.70 / November 29, 2021; 4 months ago[2]Java FIPSBC-FJA 1.0.2.3 / February 9, 2022; 49 days ago[3]C#1.9.0 / October 17, 2021; 5 months ago[4]C# FIPSBC-FNA 1.0.1.1 / April 21, 2021; 11 months ago[5]BSAFEDell, formerly RSA SecurityJava, C, AssemblyNoProprietary
-C Micro Edition: 4.1.5 (December 17, 2020; 15 months ago[6]) [±]
Micro Edition Suite: 4.6.1 (August 17, 2021; 7 months ago[7]) [±]
Crypto-J: 6.2.6 (October 14, 2021; 5 months ago[8]) [±]
cryptlibPeter GutmannCYesSleepycat License or commercial license3.4.5 (2019; 3 years ago[9]) [±]Crypto++The Crypto++ projectC++YesBoost Software License (all individual files are public domain)Jan 2, 2021 (8.4.0)GnuTLSNikos Mavrogiannopoulos, Simon JosefssonCYesGNU LGPL v2.1+3.6.16 (May 24, 2021; 10 months ago[10]) [±]JCA/JCE providersOracleJavaYesGNU GPLv2 and commercial license18 (March 22, 2022; 8 days ago) [±]
17.0.2 LTS (January 18, 2022; 2 months ago) [±]
11.0.14 LTS (January 18, 2022; 2 months ago[11]) [±]
8u321 LTS (January 18, 2022; 2 months ago[12]) [±]
LibreSSLOpenBSD FoundationCYesApache Licence 1.0March 13, 2022LibgcryptGnuPG community and g10codeCYesGNU LGPL v2.1+modern1.10.0 / February 1, 2022; 57 days ago[13]stable1.9.4 / August 22, 2021; 7 months ago[14]LTS1.8.9 / February 7, 2022; 51 days ago[15]
libsodiumFrank DenisCYesISC licenseMay 30, 2019 (1.0.18)Mbed TLSArm LimitedCYesApache Licence 2.03.0.0 (July 7, 2021; 8 months ago[16]) [±]
2.27.0 (July 7, 2021; 8 months ago) [±]
2.16.11 (July 7, 2021; 8 months ago) [±]
NaClDaniel J. Bernstein, Tanja Lange, Peter SchwabeCYesPublic domainFebruary 21, 2011[17]NettleCYesGNU GPL v2+ or GNU LGPL v33.5.1 (June 27, 2019; 2 years ago[18]) [±]Network Security Services (NSS)MozillaCYesMPL 2.0Standard3.68 / July 8, 2021; 8 months ago[19]Extended Support Release3.53.1 / June 16, 2020; 21 months ago[19]OpenSSLThe OpenSSL ProjectCYesApache Licence 1.0 and 4-Clause BSD Licence3.0.2 (15 March 2022; 15 days ago[20]) [±]wolfCryptwolfSSL, Inc.CYesGPL v2 or commercial license5.1.1 (January 3, 2022; 2 months ago[21]) [±]