DEV Community

Keshav Kumar
Keshav Kumar

Posted on

1

How to write print statement syntax in Java same as C language?

There are basically 4 print statements in java,since the most used ones are
System.out.println();
System.out.print();

but there are 2 more statements, those are
System.out.printf();
System.out.format();

by using these 2 you will be able to write print statement with syntax same as C language.

Top comments (0)

Billboard image

Create up to 10 Postgres Databases on Neon's free plan.

If you're starting a new project, Neon has got your databases covered. No credit cards. No trials. No getting in your way.

Try Neon for Free →

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay