7442 0
Various Java programming examples with output
In this article, I have provided a list of useful java programming examples with output, which every java programming beginner or student must read.
Type
Article
6225 0
Program to remove duplicate elements in an array in Java
In this article, I have provided various working code solutions to remove duplicate elements from an array in Java
Type
Article
5908 0
How to compare Strings in Java?
This article explains how can we compare string in Java and give brief insights with an example about various string functions in Java programming language.
Type
Article
5202 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
4986 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

4758 0
Best Java IDE for making easy to code in Java. (Eclipse, Netbeans or Any other?)
In this article, I have provided list of best java IDE which makes Java programming easy for beginners or students to learn Java.
Type
Article
4069 0
7 Ways to Merge or Split PDF Files in Java
In this article, we have provided 7 possible ways to merge or split PDF files using Java.
Type
Article
4007 0
Armstrong number program in java
In this article, I will provide you code samples to write the java program for Armstrong number and will explain what does Armstrong number in java mean.
Type
Article
3523 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
3336 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

Page 2 of 3