Tue Oct 10 2023 14:22:18 GMT+0000 (Coordinated Universal Time)
Saved by @TestProSupport
public class Main { public static void main(String[] args) { String testpro1 = "TestPro"; String testpro2 = "TestPro"; System.out.println(testpro1.equals(testpro2)); } }
Copy this HTML code:
Preview:
open_in_newInstructions on embedding in Medium
Comments