What does %d do in java?
Answer / Dharmendra Kumar Bharti
%d is a placeholder for integers within the format() method of the PrintStream or PrintWriter classes. It can be used to print formatted numbers.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is treeset sorted in java?
What is access modifiers?
Can we use a switch statement with strings?
Can list contain null in java?
What is the purpose of using break in each case of switch statement?
How many types of array are there?
What are the differences between this and super keyword?
explain Anonynous inner class?
What is a instance variable in java?
What are the library functions in java?
how system.out.println() works?
What is a void method java?