DEV Community

Java Series' Articles

Back to Rakesh KR's Series
What is reflection in Java and why is it useful ?
Cover image for What is reflection in Java and why is it useful ?

What is reflection in Java and why is it useful ?

3
Comments
1 min read
Is Java "pass-by-reference" or "pass-by-value" ?
Cover image for Is Java "pass-by-reference" or "pass-by-value" ?

Is Java "pass-by-reference" or "pass-by-value" ?

2
Comments 2
1 min read
How NullPointerException can be avoided in Java
Cover image for How NullPointerException can be avoided in Java

How NullPointerException can be avoided in Java

2
Comments
2 min read
What are the differences between a HashMap and a hash table in Java ?
Cover image for What are the differences between a HashMap and a hash table in Java ?

What are the differences between a HashMap and a hash table in Java ?

3
Comments
1 min read
Why is char[] preferred over String for passwords in Java ?
Cover image for Why is char[] preferred over String for passwords in Java ?

Why is char[] preferred over String for passwords in Java ?

4
Comments
1 min read
When to use LinkedList over ArrayList in Java ?
Cover image for When to use LinkedList over ArrayList in Java ?

When to use LinkedList over ArrayList in Java ?

1
Comments 1
1 min read
How do I convert a String to an int in Java ?
Cover image for How do I convert a String to an int in Java ?

How do I convert a String to an int in Java ?

2
Comments
1 min read
What are sealed classes in Java ?
Cover image for What are sealed classes in Java ?

What are sealed classes in Java ?

3
Comments
1 min read
10 Java Frameworks & Libraries
Cover image for 10 Java Frameworks & Libraries

10 Java Frameworks & Libraries

3
Comments 1
2 min read