Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7585615
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T19:13:09+00:00 2026-05-30T19:13:09+00:00

In J2ME to create the Display class object we use private Display d; d=Display.getDisplay(this);

  • 0

In J2ME to create the Display class object we use

private Display d;
d=Display.getDisplay(this);

What is this as parameter?

I know this refers to the current instance but when I write the following I get errors

d=Display.getDisplay(new MyClassName());

When I saw in book the method was written like below

static Display getDisplay(MIDlet midlet)

So then I tried this

MIDlet m;
d=Display.getDisplay(m);

But I am getting errors and I cannot even pass new MIDlet() as parameter since it’s an abstract class.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T19:13:10+00:00Added an answer on May 30, 2026 at 7:13 pm

    As Android says, this in d=Display.getDisplay(this); refers to your MIDlet.

    But when you write the following you get errors

    d=Display.getDisplay(new MyClassName());   
    

    It’s because you try to create MIDlet by it’s constructor. You would to see MIDlet doc:

    protected MIDlet()
    Protected constructor for subclasses. The application management software is responsible for creating MIDlets and creation of MIDlets
    is restricted. MIDlets should not attempt to create other MIDlets.
    Throws:
    SecurityException – unless the application management software is creating the MIDlet.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How to create a parameter constructor for class.forName in j2me Sample Code: Class A
I'm trying to display a big image file in a J2ME application. But I
In J2ME, I've do this like that: getClass().getResourceAsStream(/raw_resources.dat); But in android, I always get
How can i create a browser component in J2ME which can display web pages
I have a Set class (This is J2ME, so I have limited access to
How to create a multiline list in J2ME like this: multiline list ?
How to create dynamic table model in J2ME? like from arrays i use kxml
I need to create xml file in j2me and save this file to phone
i have an Java J2ME application that does (at user request) create HttpConnections to
We need to create a basic PDF reader running on J2ME. While there are

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.