public class HackerEarth
{
protected void finalize()
{
System.out.println("Coding!");
)
public static void main(String[] args)
HackerEarth hacker = new HackerEarth();
hacker = null;
System.gc()
3
Answers
Answered by
3
Answer:
Good morning
your output is
Coding! Note: HackerEarth.java uses or overrides a deprecated Api
Explanation:
plz mark me as a brainliest
Attachments:
Similar questions