Sun Java Programming Language (cdj-275) "single string" Questions

Ad

Question about Sun Computers & Internet

1 Answer

Please write a java program to print your full name in a single line. class username { public static void main(String[] args) { System.out.println("your name goes here"); // Display the string. } }

Ad

Question about Sun Computers & Internet

1 Answer

single line. place the below code in a text file dhana.txt and compile it. class dhana { public static void main(String[] args) { System.out.println("dhanalakshmi"); // Display the string. } } regards

Ad

Question about The PHP Group Computers & Internet

2 Answers

single string, echo can output multiple strings. (It's in the help file.) Echo is marginally faster than print, and print returns a value, echo does not. Echo allows comma separated arguments which it

string (for each char in stringEntered..) 3. convert the character to binary using the methods provided to you by your language of choice For the reverse (binary to text): you must take 8 bits of data

Question about Computers & Internet

1 Answer

...string])" will print out that line to the console. Second thing is the idea of classes. A class can be thought of like a code "blueprint". You write the blueprint, and then you create individual ...

Not finding what you are looking for?
Computers & Internet Logo

131 questions posted

Ask a Question

Usually answered in minutes!

Top Sun Computers & Internet Experts

Rob Hill
Rob Hill

Level 3 Expert

1483 Answers

Narseman

Level 3 Expert

1092 Answers

Brad Brown

Level 3 Expert

19190 Answers

Are you a Sun Computer and Internet Expert? Answer questions, earn points and help others

Answer questions

Manuals & User Guides

Loading...