Login
Remember
Register
Ask a Question
Recent questions in JAVA
+1
vote
1
answer
What is constructor chaining in Java?
asked
Jan 24, 2020
in
JAVA
by
rahuljain1
#java-constructor
Java-questions-answers
+1
vote
2
answers
Can we use String in the switch case?
asked
Jan 24, 2020
in
JAVA
by
rahuljain1
#java-switch-case
Java-questions-answers
+2
votes
1
answer
Why is String Immutable in Java?
asked
Jan 24, 2020
in
JAVA
by
rahuljain1
#java-string
Java-questions-answers
+1
vote
1
answer
Which one will take more memory, an int or Integer?
asked
Jan 24, 2020
in
JAVA
by
rahuljain1
#java-memory
Java-questions-answers
+1
vote
1
answer
What will this return 3*0.1 == 0.3? true or false?
asked
Jan 24, 2020
in
JAVA
by
rahuljain1
#java-variable
Java-questions-answers
+1
vote
1
answer
Can I store a double value in a long variable without casting?
asked
Jan 24, 2020
in
JAVA
by
rahuljain1
#java-double-value
Java-questions-answers
+1
vote
1
answer
Difference between a = a + b and a += b ?
asked
Jan 24, 2020
in
JAVA
by
rahuljain1
#java-variable
Java-questions-answers
+1
vote
1
answer
Is ++ operator is thread-safe in Java?
asked
Jan 24, 2020
in
JAVA
by
rahuljain1
#java-safe-thread
Java-questions-answers
+1
vote
1
answer
Which class contains clone method? Cloneable or Object?
asked
Jan 24, 2020
in
JAVA
by
rahuljain1
#java-clone
#clone-method
Java-questions-answers
+1
vote
1
answer
Can we cast an int value into byte variable? what will happen if the value of int is larger than byte?
asked
Jan 24, 2020
in
JAVA
by
rahuljain1
#java-variable
Java-questions-answers
0
votes
0
answers
How do you convert bytes to String?
asked
Jan 24, 2020
in
JAVA
by
rahuljain1
#java-string
Java-questions-answers
0
votes
0
answers
What is the right data type to represent a price in Java?
asked
Jan 24, 2020
in
JAVA
by
rahuljain1
#java-data
Java-questions-answers
+1
vote
0
answers
Can we create an Immutable object, which contains a mutable object?
asked
Jan 24, 2020
in
JAVA
by
rahuljain1
#java-immutable
Java-questions-answers
+1
vote
1
answer
What is an immutable object? How do you create an Immutable object in Java?
asked
Jan 24, 2020
in
JAVA
by
rahuljain1
#java-immutable
Java-questions-answers
0
votes
1
answer
The difference between sleep and wait in Java?
asked
Jan 24, 2020
in
JAVA
by
rahuljain1
#java-wait
#java-sleep
Java-questions-answers
0
votes
1
answer
Write code for thread-safe Singleton in Java?
asked
Jan 24, 2020
in
JAVA
by
rahuljain1
#java-thread-safe
Java-questions-answers
0
votes
1
answer
Write wait-notify code for producer-consumer problem?
asked
Jan 24, 2020
in
JAVA
by
rahuljain1
#java-problem
Java-questions-answers
0
votes
1
answer
What is a thread local variable in Java?
asked
Jan 24, 2020
in
JAVA
by
rahuljain1
#java-local-variable
Java-questions-answers
0
votes
1
answer
is Swing thread-safe?
asked
Jan 24, 2020
in
JAVA
by
rahuljain1
#java-swing
Java-questions-answers
0
votes
1
answer
How do you take thread dump in Java?
asked
Jan 24, 2020
in
JAVA
by
rahuljain1
#java-thread
Java-questions-answers
0
votes
1
answer
What is busy spin? Why should you use it?
asked
Jan 24, 2020
in
JAVA
by
rahuljain1
#java-busy-spin
Java-questions-answers
0
votes
1
answer
What is false sharing in the context of multi-threading?
asked
Jan 24, 2020
in
JAVA
by
rahuljain1
#java-multi-threading
Java-questions-answers
0
votes
1
answer
How do you call wait() method? using if block or loop? Why?
asked
Jan 24, 2020
in
JAVA
by
rahuljain1
#java-wait
Java-questions-answers
0
votes
1
answer
Which one would be easy to write? synchronization code for 10 threads or 2 threads?
asked
Jan 24, 2020
in
JAVA
by
rahuljain1
#java-synchronization
Java-questions-answers
0
votes
1
answer
What guarantee volatile variable provides?
asked
Jan 24, 2020
in
JAVA
by
rahuljain1
#java-volatile-variable
Java-questions-answers
0
votes
1
answer
What are practical uses of volatile modifier?
asked
Jan 24, 2020
in
JAVA
by
rahuljain1
#java-volatile-modifier
Java-questions-answers
0
votes
1
answer
Can volatile make a non-atomic operation to atomic?
asked
Jan 24, 2020
in
JAVA
by
rahuljain1
#non-atomic-java
Java-questions-answers
0
votes
1
answer
Can we make array volatile in Java?
asked
Jan 24, 2020
in
JAVA
by
rahuljain1
#java-volatile
Java-questions-answers
0
votes
0
answers
What is/ are correct statements about JSON?
asked
Jan 23, 2020
in
JAVA
by
rahuljain1
#json-language
Java-questions-answers
0
votes
0
answers
True or False: Objects can contain multiple name/values pairs.
asked
Jan 23, 2020
in
JAVA
by
rahuljain1
#json-objects
Java-questions-answers
Page:
« prev
1
...
51
52
53
54
55
56
57
58
59
60
61
next »
Recent questions in JAVA
...