answersLogoWhite

0


Best Answer

In order to ping an IP address using a Java code, one would require to have a higher than rudimentary understanding of computer processes. This can be done by finding the Java code you wish to use and then running it back to trace the source of the IP.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How does one use a Java code to ping an IP address?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Computer Science

How does some one ping?

Press win + r (or Start->Run) type there cmd press enter. After that in the cmd window type ping ip_address (where ip_address is an ip address of computer which you want to ping or you can put the computer name if you know it), for instance, ping 192.168.11.6, or ping google.com


What command line utility enables one machine to check whether it can communicate with another machine?

Ping command for example "Ping 127.0.0.1" Which is the loop back address


What is runescape's ip address?

Go To Start -> Run And Type 'CMD' Then type 'ping runescape.com' You will be then given an Ip address which can take you to Runescape.com.


What is difference between jdk and JRE?

Age old question. :) Simply Put: - If you need to execute any java program you need JRE (as the name says "Runtime Env"). - If you need to compile some java code you ll need JDK (as the name says "Development Kit"). One more thing to be noted is JRE will always be shipped with JDK because as I mentioned earlier JDK compiles the code, so if you want to execute the compiled code you need JRE. Hope this helps. . The "JDK" is the Java Development Kit. I.e., the JDK is bundle of software that you can use to develop Java based software. The "JRE" is the Java Runtime Environment. I.e., the JRE is an implementation of the Java Virtual Machine which actually executes Java programs. Typically, each JDK contains one (or more) JRE's along with the various development tools like the Java source compilers, bundling and deployment tools, debuggers, development libraries, etc.


What are the ping Ipconfig and Winipcfg utilities used for?

Ping is a useful TCP/IP utility to check network connectivity. Two other useful troubleshooting tools are Ipconfig (Windows 200/XP) and Winipcfg (Windows 9x/ME), which test TCP/IP configuration.

Related questions

What does the Java compiler translate Java source code to?

The Java compiler translates Java source code to Java byte code.


What kind of file contain java source code?

'.java' files contain java source code. One can access these files on windows by using 'notepad'.


What is java file in java?

A java file contains the code you write. One java file contains one class so for example when I want to make a class called Person, the source code is saved in Person.java


How can one assign a list of integers in Java?

Put statements at the start of ones code will allow one to have a list of integers in their Java program. If one does this then they will successfully have integers in their code.


How does some one ping?

Press win + r (or Start->Run) type there cmd press enter. After that in the cmd window type ping ip_address (where ip_address is an ip address of computer which you want to ping or you can put the computer name if you know it), for instance, ping 192.168.11.6, or ping google.com


What is the IP address for runescape world 79?

You can find this out with the ping command. I believe the following is the correct address: ping world79.runescape.com (In Windows, open a Command window; one way to do this is to press Windows-R, and type "cmd" followed by ENTER. Then you can type commands such as the ping above.)


How java platform independent with complete architecture?

java is platform independent because java code is compile on javac compiler after create one class file this file is run any of paltform run this code becauase jvm is understand this code properly managed. jatin patel


Difference Between interpreter and compiler in java application?

Due to platform independence, a Java compiler will interpret Java source code into Java Byte Code and pass to the JVM, which will pass machine understandable code through to cpu. (clarification needed).A conventional compiler converts source code directly to machine code.(clarification needed).


What command line utility enables one machine to check whether it can communicate with another machine?

Ping command for example "Ping 127.0.0.1" Which is the loop back address


What is syntax of ping?

From the command line prompt, type "PING 127.0.0.1" (current IP address) and press ENTER From the commFrom the command line prompt, type "PING 127.0.0.1" (current IP address) and press ENTER and line prompt, type "PING 127.0.0.1" (current IP address) and press ENTER


How do you create a login page by using swing in Java?

In order to create a log in page using swing in Java one must write programming code. The code to do this is about two pages long. If one is not familiar with programming code, it would be best to hire a programmer to do this.


What is the purpose of a byte in Java?

Java coding uses byte as one of the programming directives to clarify commands. Byte can also be used in the Java code to save memory space when the need arises.