Difference in the use of print, println, and printf.

Answer Posted / glibwaresoftsolutions

The items can be printed using print, println, or printf, but print prints every element while keeping the cursor in the same line. The cursor is moved to the next line via println. Additionally, we can use format identifiers with printf.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain about fail safe iterators in java?

755


How do you write a conditional statement?

694


What is string in java? String is a data type?

742


Explain the difference between private, public, package and protected in java?

782


What is the benefit of inner / nested classes ?

704


What is stored procedure. How do you create stored procedure ?

1709


What does system.gc() and runtime.gc() methods do?

797


How do you check if two strings are equal in java?

775


public class Test { public static void main(String[] args) { int countA = 0; int countB = 0; int countC = 0; int countD = 0; int countE = 0; int countF = 0; int countG = 0; int countH = 0; int countI = 0; int countJ = 0; int countK = 0; int countL = 0; int countM = 0; int countN = 0; int countO = 0; int countP = 0; int countQ = 0; int countR = 0; int countS = 0; int countT = 0; int countU = 0; int countV = 0; int countW = 0; int countX = 0; int countY = 0; int countZ = 0; } } Can anybody tell me any alternate solution(like loop or something) to automate this initialization process. Ex:- for(char chr='A';chr<='Z'; chr++) { (int) String "count"+chr = 0; }

2057


can rmi and corba based applications interact ?

834


What is the best definition for data?

703


Which collection is ordered in java?

717


What does serializing data mean?

704


What is the reflection?

757


How do you find the independent variable?

726