Number of threads in below java program is
public class ThreadExtended extends Thread (
public void run() {
System.out.println("\nThread is running now\n");
]
public static void main(String[] args) {
ThreadExtended threadE = new ThreadExtended);
threadE.start();
]
}
}
Answers
Answered by
1
System. out. println(++a);
System .out .println(a++);
System .out. print( a++);
System .out .print(++a);
System .out. println( a);
2.int x=5;
System .out.print( x++);
Similar questions
Chemistry,
1 month ago
Biology,
1 month ago
Physics,
1 month ago
Social Sciences,
2 months ago
Geography,
9 months ago