Java is a high-level, platform-independent, object-oriented programming language originally developed by Sun Microsystems. Java is currently owned by Oracle, which purchased Sun in 2010.

learn more… | top users | synonyms

-2
votes
0answers
37 views

Print Java output in different color [on hold]

I want to create Java console application which prints messages into different color. Is this possible? For example, messages in green color. I know that there is a solution for this in Perl.
0
votes
0answers
28 views

An alternative to having fields that might not be used in a class

I'm writing a card/ board game in Java. Since the game has lots of cards that interact in different ways, my Player class has become sort of bloated with all these different fields used for keeping ...
0
votes
0answers
13 views

HL7 effectiveTime periods and interval

I'm working for a software company that creates tools to produce and consume HL7 v3 CCDA documents. I have question about effectiveTime element in clinical document architecture. Currently I construct ...
-2
votes
0answers
24 views

com.ibm.etools.ejbdeploy.EjbDeploy class not found error [on hold]

I got the build working by adding user.install.root and set up the profile value in taskdef, <taskdef name="wasejbjar" classname="com.ibm.websphere.ant.tasks.WsEjbDeploy" ...
-1
votes
0answers
41 views

Keep It Simple in java or adopt frameworks [on hold]

Experts!!! Java provides lots of good stuff to such a level that even a seasoned programmer takes time to understand and dirt their hands to absorb new concepts into their work. On top of it lots and ...
-3
votes
1answer
33 views

command line class or interface expected? [on hold]

I tried to compile the following program in command prompt but unexpectedly I'm getting the error that is class ,interface, or enumerator expected } How to overcome this exception? for(int i=0; ...
0
votes
2answers
368 views

When to use functions vs methods?

So I know that methods are more OOP than functions. I was wondering if someone could show me an example of a function and a method and explain the differences between methods and functions to me? ...
0
votes
1answer
68 views

Is there any use for layout managers beyond Java? [on hold]

I am a beginning programmer and I was recently working on some primitive GUI apps in Java. That's where I encountered different layout managers. I browsed the web and it says that for advanced GUI ...
3
votes
2answers
238 views

Effective way to estimate dead code removal?

I've been working in an application with about 100k LOCs and basically We have been reworking features to comply with a new architecture based on a new technology stack. This work is almost finished ...
0
votes
2answers
167 views

Why are some classes or methods not “parameter compulsory” in java [on hold]

Question title can be a little confusing but I didn't have a better way to put to put it. In Java you can have this: JLabel HoHoHo = new JLabel(); ... HoHoHo.setText("Ho Ho Ho"); And this: ...
4
votes
4answers
410 views

Why did the team at LMAX use Java and design the architecture to avoid GC at all cost?

Why did the team at LMAX design the LMAX Disruptor in Java but all their design points to minimizing GC use? If one does not want to have GC run then why use a garbage collected language? Their ...
-1
votes
0answers
31 views

Advice on Large Play! project [on hold]

I'm starting a pretty large web project that I'm going to write using the Play! framework. I'm just looking for some advice about how to set up my project/deploying/scalability. Basically, my ...
-2
votes
0answers
54 views

Learning Android Development from scratch [on hold]

I have only BASIC language in 7th Grade. I am Civil Engineer by profession, totally willing to switch career to Android development as I like it very much and I am confident that I'll be better at it ...
-2
votes
0answers
22 views

Do anyone know anything about a Java CMS with path /moby/cms? [on hold]

I wondering is anyone encounter this Java CMS with a path, /moby/cms wondering this is a open source, paid cms or proprietary? Any information will be helpful.
-3
votes
1answer
139 views

Is 2014 finaly mature enough for Choosing a cross platform development front-end and back-end [closed]

I'm as CTO , just founded a new company . After many years of mostly using MS various technologies , my new company needs : Cross platform environment (Android , IOS , Windows phone , Windows , ...

15 30 50 per page