Login
Remember
Register
Ask a Question
Recent questions in JAVA
0
votes
1
answer
What does the expression float a = 35 / 0 return?
asked
Apr 8, 2021
in
JAVA
by
SakshiSharma
java
java-questions-and-answers
java-mcq
core-java-mcq
java-multiple-choice-questions
java-questions-2021
java-interview-questions
java-advanced-questions
Java-questions-answers
0
votes
1
answer
Which of the following is a valid long literal?
asked
Apr 8, 2021
in
JAVA
by
SakshiSharma
java
java-questions-and-answers
java-mcq
core-java-mcq
java-multiple-choice-questions
java-questions-2021
java-interview-questions
java-advanced-questions
Java-questions-answers
0
votes
1
answer
What is the return type of the hashCode() method in the Object class?
asked
Apr 8, 2021
in
JAVA
by
SakshiSharma
java
java-questions-and-answers
java-mcq
core-java-mcq
java-multiple-choice-questions
java-questions-2021
java-interview-questions
java-advanced-questions
Java-questions-answers
0
votes
1
answer
Which of the following is a valid declaration of a char?
asked
Apr 8, 2021
in
JAVA
by
SakshiSharma
java
java-questions-and-answers
java-mcq
core-java-mcq
java-multiple-choice-questions
java-questions-2021
java-interview-questions
java-advanced-questions
Java-questions-answers
0
votes
1
answer
_____ is used to find and fix bugs in the Java programs.
asked
Apr 8, 2021
in
JAVA
by
SakshiSharma
java
java-questions-and-answers
java-mcq
core-java-mcq
java-multiple-choice-questions
java-questions-2021
java-interview-questions
java-advanced-questions
Java-questions-answers
0
votes
1
answer
The \u0021 article referred to as a
asked
Apr 8, 2021
in
JAVA
by
SakshiSharma
java
java-questions-and-answers
java-mcq
core-java-mcq
java-multiple-choice-questions
java-questions-2021
java-interview-questions
java-advanced-questions
Java-questions-answers
0
votes
1
answer
What will be the output of the following program?
asked
Apr 8, 2021
in
JAVA
by
SakshiSharma
java
java-questions-and-answers
java-mcq
core-java-mcq
java-multiple-choice-questions
java-questions-2021
java-interview-questions
java-advanced-questions
Java-questions-answers
0
votes
1
answer
What should be the execution order, if a class has a method, static block, instance block, and constructor, as shown below?
asked
Apr 8, 2021
in
JAVA
by
SakshiSharma
java
java-questions-and-answers
java-mcq
core-java-mcq
java-multiple-choice-questions
java-questions-2021
java-interview-questions
java-advanced-questions
Java-questions-answers
0
votes
1
answer
Which of the following is not a Java features?
asked
Apr 8, 2021
in
JAVA
by
SakshiSharma
java
java-questions-and-answers
java-mcq
core-java-mcq
java-multiple-choice-questions
java-questions-2021
java-interview-questions
java-advanced-questions
Java-questions-answers
0
votes
1
answer
Which of the following option leads to the portability and security of Java?
asked
Apr 8, 2021
in
JAVA
by
SakshiSharma
java
java-questions-and-answers
java-mcq
core-java-mcq
java-multiple-choice-questions
java-questions-2021
java-interview-questions
java-advanced-questions
Java-questions-answers
0
votes
1
answer
What is the output of below code snippet?
asked
Mar 16, 2021
in
JAVA
by
Robindeniel
java-string
java-output
Java-questions-answers
0
votes
1
answer
What is the output of below program?
asked
Mar 16, 2021
in
JAVA
by
Robindeniel
#java-output
java-program
Java-questions-answers
0
votes
1
answer
What is the output of below program?
asked
Mar 16, 2021
in
JAVA
by
Robindeniel
string-output
java-string
Java-questions-answers
0
votes
1
answer
Why String is popular HashMap key in Java?
asked
Mar 16, 2021
in
JAVA
by
Robindeniel
#hashmap
hashmap-key
Java-questions-answers
0
votes
1
answer
Does String is thread-safe in Java?
asked
Mar 16, 2021
in
JAVA
by
Robindeniel
#thread-safe
java-string-thread
Java-questions-answers
0
votes
1
answer
What does String intern() method do?
asked
Mar 16, 2021
in
JAVA
by
Robindeniel
#string-intern
intern-method
java-string-intern
Java-questions-answers
0
votes
1
answer
What is String Pool?
asked
Mar 16, 2021
in
JAVA
by
Robindeniel
#string-pool
pool-string
java-string
string-pool-java
Java-questions-answers
+1
vote
1
answer
Why String is immutable or final in Java
asked
Mar 16, 2021
in
JAVA
by
Robindeniel
#string-java
java-string-immutable
java-final
Java-questions-answers
+1
vote
1
answer
Difference between String, StringBuffer and StringBuilder?
asked
Mar 16, 2021
in
JAVA
by
Robindeniel
#stringbuffer
stringbuilder
string
java-stringbuilder
java-stringbuffer
Java-questions-answers
0
votes
1
answer
Write a function to find out longest palindrome in a given string?
asked
Mar 16, 2021
in
JAVA
by
Robindeniel
#longest-palindrome
string-palindrome
java-palindrome
Java-questions-answers
0
votes
1
answer
Write a program to print all permutations of String?
asked
Mar 16, 2021
in
JAVA
by
Robindeniel
string
permutations-string
string-permutations
java-string
Java-questions-answers
0
votes
1
answer
How to convert String to byte array and vice versa?
asked
Mar 16, 2021
in
JAVA
by
Robindeniel
#convert-string
byte-array-to-string
string-to-byte-array
bytearray
java-string
Java-questions-answers
0
votes
1
answer
How to convert String to char and vice versa?
asked
Mar 16, 2021
in
JAVA
by
Robindeniel
#convert-string
char-to-string-java
java-char-to-string
Java-questions-answers
+1
vote
1
answer
How to compare two Strings in java program?
asked
Mar 16, 2021
in
JAVA
by
Robindeniel
#string-program
compare-string
string-comparison
java-string-comparision
Java-questions-answers
0
votes
1
answer
What is String subSequence method?
asked
Mar 16, 2021
in
JAVA
by
Robindeniel
#subsequence-methods
method-subsequence
string-subsequence
subsequence-string
java-string
Java-questions-answers
0
votes
1
answer
How can we make String upper case or lower case?
asked
Mar 16, 2021
in
JAVA
by
Robindeniel
#java-string
string-upper-case
string-lower-case
string-java
Java-questions-answers
0
votes
1
answer
Write a method that will remove given character from the String?
asked
Mar 16, 2021
in
JAVA
by
Robindeniel
#string-character
java-string
java
Java-questions-answers
0
votes
1
answer
Write a method to check if input String is Palindrome?
asked
Mar 16, 2021
in
JAVA
by
Robindeniel
#string-palindrome
palindrome-program
java-palindrome
Java-questions-answers
0
votes
1
answer
What are different ways to create String Object?
asked
Mar 16, 2021
in
JAVA
by
Robindeniel
#string-object
java-string-object
java-string
java
Java-questions-answers
0
votes
1
answer
What is String in Java? String is a data type?
asked
Mar 16, 2021
in
JAVA
by
Robindeniel
#string-java
java-string
java
string
Java-questions-answers
Page:
« prev
1
...
17
18
19
20
21
22
23
24
25
26
27
...
61
next »
Recent questions in JAVA
...