Consider the following class file: import java.awt.; import java.io.; package student; class test { void display() { System.out.print(“welcome”); } } What type of error will occur?
Reveal answer
Fill a bubble to check yourself
Consider the following class file: import java.awt.; import java.io.; package student; class test { void display() { System.out.print(“welcome”); } } What type of error will occur?