Answered step by step
Verified Expert Solution
Question
1 Approved Answer
} Consider the following code snippet: class Greet{ private static Greet greet-new Greet(); private Greet(0 NES 200 public static Greet getInstance(){ return greet; } }
} Consider the following code snippet: class Greet{ private static Greet greet-new Greet(); private Greet(0 NES 200 public static Greet getInstance(){ return greet; } } } public void displayMessage(){ } System.out.println("Hey! Have a great day!"); public class Tester{ public static void main(String[] args){ Greet greet-new Greet(); greet.displayMessage(); pradn F What will be the output of the above code when executed? prethaya bira W9HOR Hey! Have a great day! Compilation Error: Constructor Greet() is not visible. pra pra prac
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started