Computer Science, asked by sarkarsid, 10 months ago

For the below code, what are the valid ways to invoke display method in the main method.
public class Test{
public static void display(){
}
}
public class Main {
public static void main(String al){
//Invoke the display method
}
}
Select one or more:
a. Test display();
b. display();
c. new Test().display();​

Answers

Answered by ishanikapoor217
1

Answer:

Work with the Info panel

The Info panel shows the color values beneath the pointer and, depending on the tool in use, gives other useful information. The Info panel also displays a hint on using the selected tool, gives document status information, and can display 8‑bit, 16‑bit, or 32‑bit values

Answered by sandykohli99
5

Answer:

option a and option c

hsbdhe ehenehebee

Similar questions