If there are two notepad opened and working on it . is this a process or thread? computer based Live Example to differentiate between Thread , Process , and Multi tasking ?
3 7447class A { public void disp(int a,int b) { System.out.println("hai"); } } class B { public void disp(int a,int b,int c) { System.out.println("hai"); } } above program is overloading or overriding?
9 13487Post New Wipro Core Java Interview Questions
Have you worked on migration? Which module has been used for migration?
NIC question paper
Tell me do you think unwanted marketing should be a crime? : insurance cold calling
Explain Tabular Reports?
There are n points and each point enclose with x and y axis form a rectangle and find the point using a program which forms the smallest rectangle?
How do you represent a space in regex java?
What is the standard specification of MOR and Water Absorption of Homogenous Ceramic Floor Tiles?
What is sed awk grep?
How to sign an assembly with strong name?
What is the difference between having and a where in sql?
How do you use f3 in word?
In an avl tree, at explain what condition the balancing is to be done?
Can you please explain creepage distance in detail, for a 6.6kV cable head what must the distance be and how do you determine it?
Explain what is 301 redirect?
Write a program to swap the content of two variables without using a third variable.