S
S
Sergey Karbivnichy2018-02-10 18:58:54
Java
Sergey Karbivnichy, 2018-02-10 18:58:54

Is there a similar construction in java as in c#(Console.WriteLine("This is {0}",str);)?

I know that in c# there is a useful thing:

{
String str = "просто строка";
Console.WriteLine("Это {0}",str);
 }

Is there something similar in java?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
K
Kirill Romanov, 2018-02-10
@Djaler

https://docs.oracle.com/javase/7/docs/api/java/uti...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question