answersLogoWhite

0

How programmer can access memmory in java?

Updated: 8/20/2019
User Avatar

Wiki User

12y ago

Best Answer

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

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How programmer can access memmory in java?
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


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


What does 'RAM' stand for and what else is it called?

RAM stands for Random Access Memmory


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.