您的位置:寻梦网首页编程乐园Java天地Core JavaJava Lecture Notes

Introduction

Content

Apply

Reflect

Extend

previous.gif
 (3087 bytes)

next.gif
 (2959 bytes)


Reflect Index

Reflect Page # 3

Strings

Review Question 3

What exactly is the output from this section of program:

string s1 = "Java";
string s2 = "is";
string s3 = "easy";
System.out.println( s1 + s2 + s3 );

Discussion of Review Question 3

 

basicline.gif (169 bytes)

RITSEC - Global Campus
Copyright ?1999 RITSEC- Middlesex University. All rights reserved.
webmaster@globalcampus.com.eg