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 38551
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T14:43:33+00:00 2026-05-10T14:43:33+00:00

I’ve recently started developing applications for the Blackberry. Consequently, I’ve had to jump to

  • 0

I’ve recently started developing applications for the Blackberry. Consequently, I’ve had to jump to Java-ME and learn that and its associated tools. The syntax is easy, but I keep having issues with various gotchas and the environment.

For instance, something that surprised me and wasted a lot of time is absence of real properties on a class object (something I assumed all OOP languages had). There are many gotchas. I’ve been to various places where they compare Java syntax vs C#, but there don’t seem to be any sites that tell of things to look out for when moving to Java.

The environment is a whole other issue all together. The Blackberry IDE is simply horrible. The look reminds me Borland C++ for Windows 3.1 – it’s that outdated. Some of the other issues included spotty intellisense, weak debugging, etc… Blackberry does have a beta of the Eclipse plugin, but without debugging support, it’s just an editor with fancy refactoring tools.

So, any advice on how to blend in to Java-ME?

  • 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. 2026-05-10T14:43:33+00:00Added an answer on May 10, 2026 at 2:43 pm

    This guy here had to make the inverse transition. So he listed the top 10 differences of Java and C#. I’ll take his topics and show how it is made in Java:

    Gotcha #10 – Give me my standard output!

    To print to the standard output in Java:

    System.out.println('Hello'); 

    Gotcha #9 – Namespaces == Freedom

    In Java you don’t have the freedom of namespaces. The folder structure of your class must match the package name. For example, a class in the package org.test must be in the folder org/test

    Gotcha #8 – What happened to super?

    In Java to refer to the superclass you use the reserved word super instead of base

    Gotcha #7 – Chaining constructors to a base constructor

    You don’t have this in Java. You have to call the constructor by yourself

    Gotcha #6 – Dagnabit, how do I subclass an existing class?

    To subclass a class in Java do this:

    public class A extends B { } 

    That means class A is a subclass of class B. In C# would be class A : B

    Gotcha #5 – Why don’t constants remain constant?

    To define a constant in Java use the keyword final instead of const

    Gotcha #4 – Where is ArrayList, Vector or Hashtable?

    The most used data structures in java are HashSet, ArrayList and HashMap. They implement Set, List and Map. Of course, there is a bunch more. Read more about collections here

    Gotcha #3 – Of Accessors and Mutators (Getters and Setters)

    You don’t have the properties facility in Java. You have to declare the gets and sets methods for yourself. Of course, most IDEs can do that automatically.

    Gotcha #2 – Can’t I override!?

    You don’t have to declare a method virtual in Java. All methods – except those declared final – can be overridden in Java.

    And the #1 gotcha…

    In Java the primitive types int, float, double, char and long are not Objects like in C#. All of them have a respective object representation, like Integer, Float, Double, etc.

    That’s it. Don’t forget to see the original link, there’s a more detailed discussion.

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

Sidebar

Ask A Question

Stats

  • Questions 175k
  • Answers 175k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer From MSDN documentation on the Keys enumeration: The Keys class… May 12, 2026 at 3:05 pm
  • Editorial Team
    Editorial Team added an answer AppController.h: @interface AppController : NSObject { int fido; } @property… May 12, 2026 at 3:05 pm
  • Editorial Team
    Editorial Team added an answer They simplify the problem of resource management. Once you hold… May 12, 2026 at 3:05 pm

Related Questions

I'm trying to decode HTML entries from here NYTimes.com and I cannot figure out
I ran into a problem. Wrote the following code snippet: teksti = teksti.Trim() teksti
I have a French site that I want to parse, but am running into
I have text I am displaying in SIlverlight that is coming from a CMS
I am currently running into a problem where an element is coming back from

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.