Remember
Register
1
new
Chill
new
Puzzles
new
GK
new
Sports
new
Business
Home
Questions
MCQs
Unanswered
Tags
Users
Ask a Question
Write Article
Articles
Connect to us
Post under tag java
Recent posts under tag java
All
Questions
MCQs
Jobs
Articles
0
votes
1
answer
What is difference between Path and Classpath?
posted
Jan 4, 2017
by
Dhaval Vaghela
java
+1
vote
0
answers
What is Runnable interface ? Are there any other ways to make a java program as multithred java program?
posted
Dec 29, 2016
by
Karthick.c
java
+2
votes
1
answer
What is synchronized keyword? In what situations you will Use it?
posted
Dec 28, 2016
by
Joy Nelson
java
+1
vote
0
answers
For concatenation of strings, which method is good, StringBuffer or String explain in details with example?
posted
Dec 28, 2016
by
Joy Nelson
java
0
votes
0
answers
How to create a Radar view in Android?
posted
Dec 26, 2016
by
Kyle Flores
android
java
interview questions
+2
votes
1
answer
How to implement the oops concept in java?
posted
Dec 25, 2016
by
Jishnu Ramachandran
java
0
votes
0
answers
Hadoop Java API to get maximum-am-resource-percent?
posted
Dec 22, 2016
by
anonymous
hadoop
java
+1
vote
1
answer
Which of the following Java statements about arrays is syntactically wrong? Expain
posted
Dec 21, 2016
by
Ujjwal Mehra
interview questions
java
+2
votes
1
answer
How to change port number for apache in WAMP?
posted
Dec 20, 2016
by
Karthick.c
php
apache
java
+1
vote
0
answers
Given a singly linked list of integers, write a function in java that returns true if the given list is palindrome?
posted
Dec 19, 2016
by
anonymous
interview questions
java
linklist
+1
vote
1
answer
How to Debug local databases and Preferences in Android?
posted
Dec 12, 2016
by
Kyle Flores
android
java
interview questions
0
votes
1
answer
Java: During a name clash between instance variable and local variable, which variable gets more priority?
posted
Dec 8, 2016
by
anonymous
java
interview questions
+4
votes
0
answers
How to create Verticle Bargraph in Android?
posted
Nov 28, 2016
by
Kyle Flores
java
android
+1
vote
1
answer
How to get the IP Address of a Website in Java?
posted
Nov 27, 2016
by
Jishnu Ramachandran
java
ipaddress
+1
vote
1
answer
What is the difference between JAVA, C and C++?
posted
Nov 26, 2016
by
Jishnu Ramachandran
interview questions
java
c
c++
0
votes
1
answer
Java: Can we declare constructor as a private? If yes then what is use of private Constructor?
posted
Nov 25, 2016
by
anonymous
java
interview questions
0
votes
1
answer
What will be the output of the static blocks in this program of Java?
posted
Nov 23, 2016
by
Anamika
java
output problems
0
votes
Discussion about Java Web Optimizer Wro4j?
posted
Nov 16, 2016
by
Manish Tiwari
wro4j
java
+2
votes
1
answer
How to SCALA SETUP ON WINDOWS 7?
posted
Nov 15, 2016
by
Dominic
scala
java
+1
vote
1
answer
What is the advantage of companion objects in Scala?
posted
Nov 9, 2016
by
Shyam
scala
interview questions
java
0
votes
1
answer
Can GCC be used as Java-compiler?
posted
Nov 3, 2016
by
anonymous
c
java
gcc
+1
vote
1
answer
When to use Flyweight pattern in Java?
posted
Oct 24, 2016
by
Farhan
java
0
votes
0
answers
What is the difference between nested static class and top level class in Java?
posted
Oct 24, 2016
by
Nway Nadar
java
interview questions
+1
vote
2
answers
What is the difference between throw and throws in Java?
posted
Oct 24, 2016
by
Pooja
java
interview questions
+1
vote
1
answer
What is the difference between Maven and ANT in Java?
posted
Oct 24, 2016
by
Pooja
maven
java
interview questions
0
votes
0
answers
Which one would be easy to write? synchronization code for 10 threads or 2 threads in JAVA?
posted
Oct 21, 2016
by
Yogish
java
interview questions
0
votes
1
answer
What are practical uses of volatile modifier in Java?
posted
Oct 21, 2016
by
anonymous
interview questions
java
+1
vote
1
answer
Can we make array volatile in Java?
posted
Oct 21, 2016
by
anonymous
interview questions
java
0
votes
1
answer
Given a sentence and a word, remove all occurrences of the word in the sentence using C/Java?
posted
Oct 17, 2016
by
anonymous
interview questions
c
java
+1
vote
2
answers
Wha is the difference between a = a + b and a += b in Java?
posted
Oct 14, 2016
by
Anitha
java
interview questions
0
votes
0
answers
There are two classes B extends A and C extends B, Can we cast B into C?
posted
Oct 14, 2016
by
Ahana
java
interview questions
0
votes
1
answer
What is a thread local variable in Java?
posted
Oct 14, 2016
by
Ahana
java
interview questions
+1
vote
1
answer
Explain the significant differences between a trait and an abstract class?
posted
Oct 13, 2016
by
Karthick.c
scala
java
+1
vote
1
answer
Explain the concept and usage of an extractor in Scala?
posted
Oct 13, 2016
by
Karthick.c
scala
java
+1
vote
2
answers
What is the difference between DOM and SAX parser in Java?
posted
Oct 13, 2016
by
Deepa
java
interview questions
+1
vote
1
answer
What is default size of ArrayList and HashMap in Java?
posted
Oct 12, 2016
by
Ramya
java
interview questions
+2
votes
1
answer
Is it possible for two unequal objects to have the same hashcode in Java?
posted
Oct 12, 2016
by
Sahana
java
interview questions
+2
votes
1
answer
How to write LRU cache in Java using Generics?
posted
Oct 12, 2016
by
Sahana
java
interview questions
+1
vote
1
answer
Difference between Adapter and Decorator pattern in Java?
posted
Oct 12, 2016
by
Arun Angadi
java
interview questions
+2
votes
1
answer
What is the difference between Abstract factory and Prototype design pattern in Java?
posted
Oct 11, 2016
by
anonymous
java
interview questions
+1
vote
1
answer
how to prevent a client from directly instantiating your concrete classes?
posted
Oct 11, 2016
by
anonymous
java
0
votes
0
answers
WRITE A JAVA PROGRAM TO ACCEPT A SENTENCE AND SWAP first pair of THE ADJACENT LETTERS IN EACH WORD.
posted
Oct 8, 2016
by
anonymous
java
+1
vote
1
answer
What is REPL in Scala? What is the use of Scala’s REPL?
posted
Oct 7, 2016
by
Joy Nelson
scala
java
+1
vote
1
answer
What is the difference between Java’s void and Scala’s Unit?
posted
Oct 7, 2016
by
Joy Nelson
scala
java
+2
votes
1
answer
Like Java’s java.lang.Object class, what is the super class of all classes in Scala?
posted
Oct 5, 2016
by
Karthick.c
java
scala
interview questions
+3
votes
1
answer
Gradle vs Gradle-experimental
posted
Sep 27, 2016
by
Akshay
java
ndk
gradle
+3
votes
0
answers
Create sound in android
posted
Sep 19, 2016
by
Akshay
android
java
+2
votes
1
answer
I have developed applications with android SDK. However I want to know what is NDK and how to use it?
posted
Sep 19, 2016
by
Akshay
android
ndk
java
0
votes
0
answers
what is sparse matrices, can someone share the C/Java code for creation of sparse matrix?
posted
Sep 19, 2016
by
anonymous
interview questions
c
matrix
java
0
votes
1
answer
Merge sort using linked list in java?
posted
Sep 15, 2016
by
anonymous
linklist
java
merge
sort
Page:
« prev
1
...
6
7
8
9
10
11
12
...
next »
...