Login
Remember
Register
User SakshiSharma
Wall
Recent activity
All questions
All answers
Ask a Question
Questions by SakshiSharma
0
votes
1
answer
What is the return type of the hashCode() method in the Object class?
asked
Apr 8, 2021
in
JAVA
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
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
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
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
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
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
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
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 does dependency management mean with respect to transitive dependency?
asked
Apr 7, 2021
in
Maven - Coalescing Pipeline
#dependency-management
transitive-dependency
maven
maven-interview-questions
maven-mcq-questions
0
votes
1
answer
What is a transitive dependency in Maven?
asked
Apr 7, 2021
in
Maven - Coalescing Pipeline
#transitive-dependency
maven-dependency
0
votes
1
answer
What is the difference between Snapshot and Version?
asked
Apr 7, 2021
in
Maven - Coalescing Pipeline
#snapshot-vs-version
version
snapshot
maven
0
votes
1
answer
What is SNAPSHOT in Maven?
asked
Apr 7, 2021
in
Maven - Coalescing Pipeline
snapshot
maven-snapshot
0
votes
1
answer
What is the command to create a new project based on an archetype?
asked
Apr 7, 2021
in
Maven - Coalescing Pipeline
#archetype
archetype-plugin
maven
maven-interview-questions
maven-mcq-questions
0
votes
1
answer
What is Archetype?
asked
Apr 7, 2021
in
Maven - Coalescing Pipeline
#archetype
0
votes
1
answer
What are the things that you must define for each external dependency?
asked
Apr 7, 2021
in
Maven - Coalescing Pipeline
#external-dependency
maven-dependency
0
votes
1
answer
When does Maven use the External Dependency concept?
asked
Apr 7, 2021
in
Maven - Coalescing Pipeline
#maven
dependency
0
votes
1
answer
What are the uses of Maven Plugins?
asked
Apr 7, 2021
in
Maven - Coalescing Pipeline
#maven-plugins
plugin-use
maven-plugin-use
0
votes
1
answer
Is there a particular sequence in which Maven searches for dependency libraries?
asked
Apr 7, 2021
in
Maven - Coalescing Pipeline
#maven-searches
dependency-libraries
maven-lib
maven
maven-interview-questions
maven-mcq-questions
0
votes
1
answer
Tell me the command to install JAR file in local repository.
asked
Apr 7, 2021
in
Maven - Coalescing Pipeline
#jar-file
local-repository
maven
maven-interview-questions
maven-mcq-questions
0
votes
1
answer
Can you tell me the default location of your local repository?
asked
Apr 7, 2021
in
Maven - Coalescing Pipeline
#maven-local-repo
local-repository
location-repo
0
votes
1
answer
What types of Maven repository?
asked
Apr 7, 2021
in
Maven - Coalescing Pipeline
#maven-repository
maven-repo-types
maven
maven-interview-questions
maven-mcq-questions
0
votes
1
answer
What is a Maven Repository?
asked
Apr 7, 2021
in
Maven - Coalescing Pipeline
#maven-repo
repository
maven
maven-interview-questions
maven-mcq-questions
0
votes
1
answer
How can you activate profiles?
asked
Apr 7, 2021
in
Maven - Coalescing Pipeline
#activate-profiles
maven-profiles
maven-activate-profiles
maven
maven-interview-questions
maven-mcq-questions
0
votes
1
answer
What are different types of Build Profiles?
asked
Apr 7, 2021
in
Maven - Coalescing Pipeline
#build-profile
maven-build-profile
+1
vote
1
answer
What phases does a Site Lifecycle consist of?
asked
Apr 7, 2021
in
Maven - Coalescing Pipeline
#maven
site-lifecycle
maven-site
maven
maven-interview-questions
maven-mcq-questions
0
votes
1
answer
What phases does a Clean Lifecycle consist of?
asked
Apr 7, 2021
in
Maven - Coalescing Pipeline
#clean-lifecycle
maven-clean
maven
maven-interview-questions
maven-mcq-questions
0
votes
1
answer
What would the command mvn clean dependency:copy-dependencies package do?
asked
Apr 7, 2021
in
Maven - Coalescing Pipeline
#command-mvn
mvn-clean
maven
maven-interview-questions
maven-mcq-questions
0
votes
1
answer
What is a goal in Maven terminology?
asked
Apr 7, 2021
in
Maven - Coalescing Pipeline
#maven-terminology
maven
maven-interview-questions
maven-mcq-questions
0
votes
1
answer
What are the different phases of a Maven Build Lifecycle?
asked
Apr 7, 2021
in
Maven - Coalescing Pipeline
#maven-build-life-cycle
lifecycle-maven
maven
maven-interview-questions
maven-mcq-questions
0
votes
1
answer
What would the command mvn clean do?
asked
Apr 6, 2021
in
Maven - Coalescing Pipeline
#mvn-clean
maven
maven-interview-questions
maven-mcq-questions
Page:
« prev
1
...
78
79
80
81
82
83
84
85
86
87
88
...
221
next »
...