Comment on Tutorial - TCP Server and TCP Client in Java By Ashish Myles
Comment Added by : newbee
Comment Added at : 2015-04-15 13:21:55
Comment on Tutorial : TCP Server and TCP Client in Java By Ashish Myles
hey im a novice in java...so i have to make a connection to another machine and send data using tcp/ip!
How do i get this done?
I tried this:
import java.io.IOException;
import java.net.Socket;
import java.net.InetSocketAddress;
import java.net.SocketAddress;
Socket connection = new Socket(server,AGREED_PORT_NUMBER);
makeRequestToServer(connection);
getReplyFromServer(connection);
connection.close();
But got an error saying TYPED VARIABLE DECLARATION-OBJECT CONSTRUCTOR
View Tutorial
- Data Science
- Android
- AJAX
- ASP.net
- C
- C++
- C#
- Cocoa
- Cloud Computing
- HTML5
- Java
- Javascript
- JSF
- JSP
- J2ME
- Java Beans
- EJB
- JDBC
- Linux
- Mac OS X
- iPhone
- MySQL
- Office 365
- Perl
- PHP
- Python
- Ruby
- VB.net
- Hibernate
- Struts
- SAP
- Trends
- Tech Reviews
- WebServices
- XML
- Certification
- Interview
categories
Subscribe to Tutorials
Related Tutorials
Program using concept of byte long short and int in java
Update contents of a file within a jar file
Tomcat and httpd configured in port 8080 and 80
Count number of vowels, consonants and digits in a String in Java
Student marks calculation program in Java
Calculate gross salary in Java
Calculate average sale of the week in Java
Vector in Java - Sample Program
MultiLevel Inheritance sample in Java
Archived Comments
1. Hi friends i have one problem am register one form
View Tutorial By: Inbaraj at 2014-07-04 05:28:55
2. i have run the code successfully but it does not s
View Tutorial By: amrish at 2010-12-11 07:00:28
3. wats the output ?
View Tutorial By: siri at 2011-10-25 08:20:10
4. ASNWERING: what's the purpose of indexOf('t',10)
View Tutorial By: Kyle at 2012-03-22 09:17:04
5. Easy to understand........ thanks man
View Tutorial By: vikash bhardwaj at 2013-06-25 07:07:54
6. Sir, can you give me an example of Isalnum in java
View Tutorial By: Angeline at 2011-07-13 06:43:54
7. Hello Ramlak, I am too getting
java.lang.U
View Tutorial By: Amruta at 2008-11-07 23:56:17
8. Write a program using one-dimensional array using
View Tutorial By: Ike Conte at 2015-09-22 10:49:28
9. Which one is the inbuilt Abstract class in java
View Tutorial By: vikas jain at 2013-04-16 07:25:33
10. i need to code for sparse matrix in java. please
View Tutorial By: sudhi at 2012-10-01 09:34:57