Re: [algogeeks] networking

2012-03-22 Thread hary rathor
you can use RMI registry -- You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To post to this group, send email to algogeeks@googlegroups.com. To unsubscribe from this group, send email to algogeeks+unsubscr...@googlegroups.com. For more options,

Re: [algogeeks] networking

2012-03-22 Thread Rishabbh A Dua
if u have a web application then ajax is good else for desktop type applications u can also look into remote procedure calls in java. /Rishabbh On Fri, Mar 23, 2012 at 10:24 AM, atul anand wrote: > there would be better way of doing so, but one of the simplest way to do > so is by serializing th

Re: [algogeeks] networking

2012-03-22 Thread atul anand
there would be better way of doing so, but one of the simplest way to do so is by serializing the object whose method you need to call, inside object you need to have one more attribute say int code. each code are distinct for each methods in that class.Now when server receive this object and de-se

Re: [algogeeks] networking

2012-03-22 Thread amrit harry
using ajax..hit google for ajax... On Fri, Mar 23, 2012 at 10:07 AM, Aman Kumar wrote: > Hii to all > > how to make a call of class's method(function) from client side to > server in java? > > please replyit's urgent > > -- > You received this message because you are subscribed to the Google

[algogeeks] networking

2012-03-22 Thread Aman Kumar
Hii to all how to make a call of class's method(function) from client side to server in java? please replyit's urgent -- You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To post to this group, send email to algogeeks@googlegroups.com. To un

Re: [algogeeks] Networking Question

2011-11-27 Thread Bhavesh agrawal
A baud rate is the number of times a signal in a communications channel changes state or varies. For example, a 9600 baud rate means that the channel can change states up to 9600 times per second. The term “change state” means that it can change from 0 to 1 or from 1 to 0 up to X (in this case, 960

[algogeeks] Networking Question

2011-11-18 Thread Vijay Khandar
How many bytes of data can be sent in 15 seconds over a serial link with baud rate of 9600 inasynchronous mode with odd parity and two stop bits in the frame? a)10,000 bytes b)12,000 bytes c) 15,000 bytes d)27,000 bytes Plz anyone explain me. Vijay.. -- You received this message bec

Re: [algogeeks] networking for interviews

2011-08-13 Thread sourabh jakhar
refer beej guide for networking programming and furozon for theory On Sun, Aug 14, 2011 at 2:42 AM, codeur wrote: > > hii we have not studied networking till now as a part of our > curriculum (its in 8th sem) but companies coming for placement do ask > questns based on networking. Can some body

[algogeeks] networking for interviews

2011-08-13 Thread codeur
hii we have not studied networking till now as a part of our curriculum (its in 8th sem) but companies coming for placement do ask questns based on networking. Can some body suggest some short tutorial which we can refer for answering such questns. -- You received this message because you are s