Answer the question
In order to leave comments, you need to log in
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);
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question