Could u please tell me any UNIX scripts that 'll lead to
find the network latency of the servers.?or else any unix
command to find the network latency of a server?Thnx in
advance...
No Answer is Posted For this Question
Be the First to Post Answer
Write a Program to truncate a given floating point value (e.g.16.25=16).
How to find the list of users who have two codes su01 and pfcg? thank in advance all.
Is it possible to write JAVA program without including any of the packages,such as "import java.io.*"; bcoz I instantly wrote a code without "import..." statement and runned the program on command Line & it worked. the code is: class Person { String name; int age; Person(String s,int a) { name = s; age = a; } accept() { System.out.println(name+"Hi!!!!!"); System.out.println(age); } } class Demo { public static void main(Strings args[])throws IOException { String name = args[0]; int age = Integer.parseInt(args[1]); Person p = new Person(name,age); p.accept(); } }
How can you print an address of a variable?
how to test the orientation of the layout in android.to note any changes in the ui design when change orientation
Write a Program to find whether the given number is a Armstrong number.
i am doing my final year project about programming use verilog ,i am new about it so got problem,i want to record the readings of a waveform every 2us use the verilog code ,every ten readings i need to add them together after that i need to compare this series of number to get which one is the biggest , right now i don't know how to use code to store the readings every 2us on a waveform ,pls help me thanks a lot .
Find out the list of roles which gives access to all t-codes in SAP? Thanks in advance.
Write a sql query to find n'th maximum in the database table.
How can we write an algorithm for show max and min from two integer inputs ? without using if() , without any functions ...
In LSMW , what does the following error mean and how to rectify it : Incorrect interface data for set 78 in method C . This error is occuring in idoc processing step of LSMW.
Write a Program to find the number of words in a sentence.