Hello, I am new to Java and was just practicing some programs, while doing so, accidentally eclipse console got closed, so I would like to know how to re-open the console in Eclipse to check the output of the program?
As I don't use Eclipse IDE much I have no idea(usually work in Visual Studio & C#)
Thanks
...I am very new to Java and have been assigned to implement a few methods:
1. add (T newValue) ---> add an entry to a sorted list requires that you find the right position the new entry belongs (ascending order).
ex:
...When i'm trying to invoke my web service(in.NET asmx) from Android Java ... I'm getting
this error -> 500 Internal Server Error.
-> Response{protocol=http/1.1, code=500, message=Internal Server Error, url=http://example.in/webservice/login.asmx}
here is my Login Activity..
...I have an object with Map interface in java, so i would like to know which is the best way to iterate over the items in a HashMap
?
Explain in more details if possible, thanks
...Suppose I have a have java.io.InputStream
object, how should I process that object and produce a
String
from it in java?
I would need a function which reads InputStream and output it as a String
thanks
...