This is the source code I have:
public class Koray { public static void main(String [] args) { System.out.println(\"This is a sample program.
See that ldc instruction? It loads a constant from the runtime constant pool. That's where the your string is stored. To print the constant pool as well, add -verbose option to javap call.
ldc
-verbose