public class InitTest
{
public InitTest()
{
s1 = $M1("1");
static String s1 = SM1("a");
String s3 = sM1("2");
{
s1 = sM1"3");
}
static {
s1 = sM1("b"); }
static String s2 = SM1("c");
String s4 = SM1("4");
public static void main(String args[])
{ InitTest it = new InitTest(); }
private static String sM1(String s)
{ System.out.println(s); return s; }}
Answers
Answered by
1
Answer:
please follow me
please tag me as a brainlest please plz plz plz plz plz
Explanation:
please follow me
please tag me as a brainlest please plz plz plz plz plz
Similar questions