Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

import Media.*; public class test1{ private TurtleDisplayer display; private Turtle yertle; public test1(){ TurtleDisplayer display = new TurtleDisplayer(); Turtle yertle = new Turtle(); display.placeTurtle(yertle); drawLine();

import Media.*;

public class test1{

private TurtleDisplayer display;

private Turtle yertle;

public test1(){

TurtleDisplayer display = new TurtleDisplayer();

Turtle yertle = new Turtle();

display.placeTurtle(yertle);

drawLine();

display.close();

}

private drawLine(){

yertle.moveTo(60,60);

}

public static void main(String[] args){new test1();}

}

This program generates a null pointer exception at yertle.moveTo(60,60); Why is this happening? Whatmust I do to fix it?

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Financial management theory and practice

Authors: Eugene F. Brigham and Michael C. Ehrhardt

12th Edition

978-0030243998, 30243998, 324422695, 978-0324422696

Students also viewed these Programming questions

Question

Q.1. Taxonomic classification of peafowl, Tiger and cow ?

Answered: 1 week ago

Question

Q .1. Different ways of testing the present adulterants ?

Answered: 1 week ago