Write a program in Java to display the IP address of the
local and remote machine.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More JavaScript Interview Questions

What is the use of a map object in javascript?

0 Answers  


How would you organize your javascript code?

0 Answers  


What are the two basic groups of dataypes in javascript?

0 Answers  


Write a javascript program to make a simple calculator

11 Answers   Anand Group, TCS,


How can javascript codes be hidden from old browsers that don't support javascript?

0 Answers  


What is call(), apply(), and bind()?

1 Answers  


What is the potential disadvantage of using a sticky session?

0 Answers  


How to define name function in javascript?

0 Answers  


How to get value of an element by class in javascript ?

0 Answers  


The below script is working Internet browser but not working in mozilla plz find that good way... function doSubmit(op){ var rowcount=document.getElementsByName ("parameterTypeId").length; var parameterGrade; var performance; var goal; if(op == "save"){ for (var i=0; i < rowcount; i++) { var param=eval("document.forms [0].parameterGrade"+i); if(param.value != "select"){ return true; } } alert("Please rate atleast one attribute"); return false; }//if ends here

0 Answers  


What are JavaScript Data Types?

0 Answers  


how to disable source option at view menu in browser like internet explorer...mozilla...etc..pls help me...

2 Answers   IIS,


Categories