How do you construct JDBC driver
Java Programmer Interview Questions
258 java programmer interview questions shared by candidates
When will you going to pay the fees
What are your strengths and weaknesses?
1. Interface, Collection etc . Core Java
package com.interview; public class Threading { int counter; class Mythread extends Thread{ @Override public void run(){ for(int i=0; i < 10000; i++) counter++; System.out.println("run = " + counter); } } public static void main(String[] args) throws InterruptedException { // TODO Auto-generated method stub Threading a = new Threading(); Mythread t1 = a.new Mythread(); t1.start(); t1.join(); System.out.println("" + a.counter); } }
what makes you join our company?
What technologies are you familiar with?
Write binary search algorithm.
write a program prime number or not
oops
Viewing 11 - 20 interview questions