answersLogoWhite

0

What is a Java programmer?

User Avatar

Anonymous

12y ago
Updated: 12/4/2019

A computer programmer who uses the Java language.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What is a good Java book for experienced non-Java programmer?

Java cook book


Are variables automatically initialized by Java if the programmer does not?

no


What is the salary of a java programmer?

he can get rs.10000


How programmer can access memmory in java?

You cannot. Java does not allow programmers access to the memory


What is scjp exam?

SCJP - Sun Certified Java Programmer is one of the basic certifications in the Java Programming universe. Any java programmer who wishes to establish the fact that he is knowledgeable in Java, can take up this certification and prove the fact that he knows the basics right.


How can you become a good java programmer. Using Eclipse or even BlueJ?

It is suggested to take college courses in Java to become a good Java programmer using the programs Eclipse or BlueJ. These courses can be found in-class, or online.


What is scjp and write its benefits how it is useful for java programmers?

SCJP - Sun Certified Java Programmer is one of the basic certifications in the Java Programming universe. Any java programmer who wishes to establish the fact that he is knowledgeable in Java, can take up this certification and prove the fact that he knows the basics right.


Is java high performance?

The performance of any program depends to a great degree on the skill of the programmer.


Where does source code come from in java?

Source code comes from the programmer...


What is the difference between implicit and explicit Java programming?

Explicit means done by the programmer. Implicit means done by the JVM or the tool , not the Programmer. For Example: Java will provide us default constructor implicitly.Even if the programmer didn't write code for constructor, he can call default constructor. Explicit is opposite to this , ie. programmer has to write .


What is the java sdk?

That's short for Software Development Kit, and it is basically everything the programmer (developer) needs to program in Java. It includes the Java compiler, the Java Virtual Machine, and the Java base classes.


What is java console?

The Java console is a display of output sent by a Java program. This is similar to the MS DOS operating system.To print to the console, a programmer will type "println(text);" or "print(text);" depending is the programmer wants to make a new line after the text(println) or not(print).