posted 14 years ago
Hi Friends,
I am creating a Java EE client where I need to make a call to a node (js) server to get the response. So I made a single class through which requests are made to node server.
Everytime I get a response, I need to send back the response code and the response itself. So I thought of creating a String array which would contain the response code and the response.
Here is my class:
But I am not convinced by creating too much string objects which would cause performance issues. So I thought of creating a Map<Integer, String> which would send back the response code and the response.
But again, creating a map with integer and checking everytime the response code creates overhead of boxing and unboxing of Integer object, which again could result in performance.
Which one should I use? Or is there any better alternative out of it?
Vishal Srivastava, Software Engineer (Android), Paradigm Creatives
SCJP 5, SCWCD 5 - http://in.linkedin.com/in/srivastavavishal