- Hands-On Automation Testing with Java for Beginners
- Rahul Shetty
- 104字
- 2021-07-23 16:26:33
Handling Strings and Their Functions in Java
In this chapter, we'll talk about strings and have a look at the String class. We will also learn how to define a string and look at the different ways in which we can define a string. We will then discuss the different methods in the String class. Lastly, we will write some simple code to reverse the contents of a string, and we will also check whether or not that reversed string is a palindrome.
We will cover the following topics in this chapter:
- Introducing strings
- The String class and its methods
- Reversing a string's logic
推薦閱讀
- 算法精粹:經典計算機科學問題的Java實現
- Instant QlikView 11 Application Development
- Monitoring Elasticsearch
- MySQL數據庫基礎實例教程(微課版)
- 可解釋機器學習:模型、方法與實踐
- Learning Laravel's Eloquent
- 好好學Java:從零基礎到項目實戰
- Mastering React
- 速學Python:程序設計從入門到進階
- 小型編譯器設計實踐
- Instant jQuery Boilerplate for Plugins
- Java 9 with JShell
- 跟小樓老師學用Axure RP 9:玩轉產品原型設計
- 分布式系統架構與開發:技術原理與面試題解析
- Natural Language Processing with Python Cookbook