5106 0
Selection sort explanation & program in Java
This article provides you a basic knowledge of selection sort in java with working example in java
Type
Article
15282 3
How to Open Console in eclipse?

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

...
Type
Question
3428 1
Sorted Single Linked List in java

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:

...
Type
Question
4881 1
500 Internal Server Error when calling .NET web service from android in Java

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..

...
Type
Question
3087 2
Which is the best method to iterate through the hashmap in java?

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

...
Type
Question

2259 2
How to convert InputStream to a string in Java?

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

...
Type
Question

Page 3 of 3