- 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
推薦閱讀
- PHP動態網站程序設計
- 觸·心:DT時代的大數據精準營銷
- AngularJS Web Application Development Blueprints
- Python自動化運維快速入門
- 機器人Python青少年編程開發實例
- UML+OOPC嵌入式C語言開發精講
- UI智能化與前端智能化:工程技術、實現方法與編程思想
- Mastering Ubuntu Server
- 基于Struts、Hibernate、Spring架構的Web應用開發
- Microsoft Azure Storage Essentials
- Moodle 3 Administration(Third Edition)
- 軟件測試分析與實踐
- JBoss AS 7 Development
- Python面向對象編程(第4版)
- Zend Framework 2 Cookbook