1. boolean startsWith(String str)
특정 값이 인자로 받은 해당 접두사와 일치하는 경우 true, 일치하지 않은 경우 false를 리턴하는 메소드
* <=> boolean endsWith(String str)
2. boolean indexOf()
3. charAt()
'BackEnd > Java' 카테고리의 다른 글
람다식과 함수형 프로그래밍 (Java 8.0 이상) (0) | 2017.02.09 |
---|---|
자바 기본 정리 (0) | 2017.02.09 |
Java :: Reflection 리플렉션 (0) | 2016.12.18 |
Java :: Exception 예외처리 (0) | 2016.12.15 |
Servlet :: ServletContext vs ServletConfig (0) | 2016.11.22 |