Quoting constructs: Difference between revisions

Content added Content deleted
m (Improved formatting.)
m (Corrected a spelling mistake in a comment.)
Line 471: Line 471:
System.out.println(multiLineString);
System.out.println(multiLineString);
// Java's primitive data types: boolean, byte, char double, float, int, long, short,
// Java's primitive data types: boolean, byte, char, double, float, int, long, short,
// can be used to to store data, for example,
// can be used to to store data, for example,
final int blockLength = 64;
final int blockLength = 64;