We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdb0c98 commit 257a011Copy full SHA for 257a011
04-data-leak/hard-coding/HardCoded.java
@@ -0,0 +1,6 @@
1
+public class HardCoded {
2
+ static String ipAddress = new String("141.85.224.117");
3
+ public static void main(String[] args) {
4
+ System.out.println("IP address is " + ipAddress);
5
+ }
6
+}
0 commit comments