Machine address

Here's a quick question guys.. Is it possible to get a machine address through HTTP?
[92 byte] By [Arch_Bytesa] at [2007-11-27 4:40:52]
# 1
Which address of which machine? Do you mean the IP address of the client? If so, use HttpServletRequest#getRemoteAddr().
BalusCa at 2007-7-12 9:52:09 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
The machine address of the computer...
Arch_Bytesa at 2007-7-12 9:52:09 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3
Which kind of "machine address" and which "computer"?
BalusCa at 2007-7-12 9:52:09 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 4
any random computer.. the machine address related to the network adaptor card..
Arch_Bytesa at 2007-7-12 9:52:09 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 5

You mean the MAC address? That's an abbrevation of Media Access Control.

Strictly a "Machine Address" is memory-related, not network-related.

Well, actually no one standard API functionality comes to mind. The following Google Search provides lot of useful results though: http://www.google.com/search?q=mac+address+java+site:sun.com

BalusCa at 2007-7-12 9:52:09 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...