611 reputation
45
bio website
location Mumbai, India
age 31
visits member for 2 years, 9 months
seen 17 hours ago
stats profile views 10

Jun
14
answered restlet get is not sending done confirmation
Jun
10
comment How to add HTTP Verb HEAD to my application
did you try something like if(getMethod().equals(org.restlet.data.Method.HEAD)){/*HEAD implementation*/} else {/*GET implementation*/} within the method annotated with @Get?
Jun
6
awarded  Nice Answer
May
10
comment How to get all the remaining part of URL after attach host s matched in Restlet
did you try file/abc%2Fdef%2Fxyz in the request-url? and do you have the flexibility to use that kind of url in your request?
Apr
16
comment How to generate a random alpha-numeric string
@einpoklum the new link is here
Mar
15
answered How to Convert byte array to hexString in java?
Mar
5
awarded  Caucus
Feb
13
answered NOT IN a specific table using MySQL
Feb
4
answered netBeans conflict with java command prompt
Jan
27
awarded  Necromancer
Jan
18
answered RESTlet Authorization Filter
Dec
18
answered Decode Java encoded Base64 string in C#
Dec
14
answered Posting JSON to RESTful through formParam with JAX-RS results in “Unsupported Media Type”
Nov
19
answered Synchronized counter does not count correctly
Nov
15
awarded  Yearling
Nov
15
awarded  Yearling
Nov
14
awarded  Enlightened
Nov
14
awarded  Nice Answer
Nov
12
revised What is the main difference between primitive type and wrapper class?
added 473 characters in body
Nov
12
answered What is the main difference between primitive type and wrapper class?