answersLogoWhite

0

What does a Java programmer do?

Updated: 8/11/2023
User Avatar

Wiki User

13y ago

Best Answer

Java is a programming language originally developed by Sun Microsystems and released in 1995 as a core component of Sun's Java platform. The language derives much of its syntax from C and C++ but has a simpler object model and fewer low-level facilities. Java applications are typically compiled to bytecode which can run on any Java virtual machine (JVM) regardless of computer architecture. There were five primary goals in the creation of the Java language. It should use the object-oriented programming methodology. # It should allow the same program to be executed on multiple operating systems. # It should contain built-in support for using computer networks. # It should be designed to execute code from remote sources securely. # It should be easy to use by selecting what were considered the good parts of other object-oriented languages.

User Avatar

Wiki User

16y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

13y ago

Java is a programming language generally used to develop WEB applications.

A java programmer will develop the java code to build an application.

Ex: If a bank want all of it's operations through online...so for that we require to build an application. To build the application, we will develop/write the code in JAVA programming language.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What does a Java programmer do?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is a Java programmer?

A computer programmer who uses the Java language.


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

Java cook book


What is the salary of a java programmer?

he can get rs.10000


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

no


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.