API indexof

API toUpperCase()用法及实例:
package daysreplace;
import java.util.Locale;
public class IndexofApiTest {
public static void main(String[] args) {
String str = "nanyanghhhhh";
String bigStr = "KKKKAAAAHHHH";
System.out.println(str.indexOf("yang"));
System.out.println("小写转大写"+str.toUpperCase());
System.out.println("大写转小写"+bigStr.toLowerCase());
}
}


JVM元空间


运行后:
汇编语言的实现


















![[SWPUCTF 2021 新生赛]easy_sql - 联合注入||报错注入||sqlmap](https://img-blog.csdnimg.cn/619252e1574b48268ef2b36a00214a4d.png)

