Skip to main content
gparyani's user avatar
gparyani's user avatar
gparyani's user avatar
gparyani
  • Member for 12 years, 2 months
  • Last seen this week
49 votes

ConcurrentModificationException with LinkedHashMap

15 votes

Long being treated as int in an array in Java

13 votes
Accepted

Calculate the date of Easter Sunday

4 votes
Accepted

Capturing spaces with Scanner?

4 votes
Accepted

Android: Get height/width from byte array or file

3 votes

How to trim a string after a specific character in java

3 votes

How does builder pattern works

3 votes

Get the original class from Objects inside a List

3 votes

Java recursion error

3 votes
Accepted

Program worked fine, but now i cant spot the error

3 votes
Accepted

Passing a scanner from static to non-static and return a float java

3 votes

Trouble with Merge Sort

3 votes
Accepted

How to populate an ArrayList with text from an input file?

3 votes

Reverse order of characters in every entry in an ArrayList

2 votes

Deploying Java projects to other users

2 votes
Accepted

Battleship runtime error during Moves between user and computer

2 votes

HashTable generic array creation error

2 votes

How do I split a string in multiple places using an integer array instead of a regex?

2 votes

Regex to match at least 2 digits, 2 letters in any order in a string

2 votes
Accepted

how do you use generics in java to do the equivalent of a cast on an object?

2 votes
Accepted

Swing containers within containers

1 vote

How do I know if a String is a number in scientific notation?

1 vote
Accepted

Object referencing in Java null pointer

1 vote

How to call an a overridden super class method in Java through JNI?

1 vote

Java Method Argument Type to be from any type that contains method name

1 vote

How can i make this loop run only if the char array contains certain characters?

1 vote

Writing an equals() method for Inheritance in Java

1 vote

Finding the sum of an integer's digits using this code:

1 vote

Multiple threads editing an ArrayList and its objects

1 vote

Unexpected result after running for loop