Contact Me
About Me
Privacy Policy
Home
GET
Home
HttpRequest
GET
Filter by
Categories
Tags
Authors
Show all
All
All Tutorials
Android
Databases
GET
Hibernate
HttpRequest
Informative Articles
Interview Questions
Java Core
JSP/Servlets
Others
POST
Spring
Uncategorized
Webservices
All
.equals
==
abstract classes
aggregation
android
android games
apache
application container
apps vs websites
ascii
association
basic multilingual plane
character encoding
client
composition
cupsize
databases
deadlock
dependency injection
dynamic polymorphism
ejb container
elastic application platforms
elastic caching platforms
encoding schemes
enterprise softwares
export
frameworks
generic servlet
get
hibernate
history of java
httpservlet
import
interfaces
interview questions
iphone
java
java generics
java history
java main
java se
java variables
jaxb
jaxrs
jaxws
jboss
JNI
jsp
JVM
mobile apps
mobile games
mysql
native methods
nhibernate
o/r mapping
objects
oop
ora-12154
oracle
oracle client
oracle connectivity
phpmyadmin
plsql
post
programming
request
resources
restful
server
servers
servlets
soap
software development
software risk avoidance
software skills
sqlnet.ora
static polymorphism
string#intern()
threading
TNS
tnsnames.ora
tomcat
Unicode
utf-16
utf-32
utf-8
variables
wamp
web container
weblogic
webservices
websphere
windows phone
All
sami
Mudassir Shahzad
November 15, 2018
Published by
Mudassir Shahzad
on
November 15, 2018
Categories
All Tutorials
GET
HttpRequest
Informative Articles
POST
Searches in a RESTful interface (GET or POST?)
When designing a RESTful API, the architectural semantics are considered vital to the overall design.
December 25, 2013
Published by
Mudassir Shahzad
on
December 25, 2013
Categories
GET
HttpRequest
POST
How To Send HTTP Request GET/POST In Java Using Apache Client
Apache provides an HttpClient library using which we can send get and post requests to a server. Another method for http requests is provided by the
[…]
June 18, 2013
Published by
Mudassir Shahzad
on
June 18, 2013
Categories
GET
HttpRequest
Java Core
Others
POST
How To Send HTTP Request GET/POST In Java
A brief Introduction Client server architecture requires two parts as main resources: Client and Server