Java Related AllOther Interview Questions
Questions Answers Views Company eMail

What is the difference between Logical Parallelism and Physical Parallelism?

HCL,

2920

when i send the request to the JSP page it will print as it is and why? and how to solve this problem please inform me that solution

1411

what about jdb and javadoc by example ?

TCS,

1683

public class Dog { private int weight; public int getweight(){ return weight; } public void SetWeight(int newWeight){ if (newWeight > 0){ weight = newWeight; } } } public class TestDog { public static void main(String[] args) { Dog d = new Dog(); System.out.println("Dog d's weight is " + d.getWeight()); d.setWeight(42); System.out.println("Dog d's weight is " + d.getWeight()); d.setweight(-42); System.out.println("Dog d's weight is " + d.getWeight()); } } class dog is compiled but there is an error in class TestDog when compiled and the error is with dot notations. I want to kmow why there is error in testdog class when compiled.

3 5975

is hibernate a technology or framework?

4 7687

Is java Class Thread safe ???? How to make java Class Thread safe ??

Cognizant, TCS,

1 5619

why java has the size of character 2 byte ,while in c/c++ it is of 1 byte?

IBS,

8 23689

what is major difference between component and object?

HCL, Patni,

1 4132

Sytem.out.println(" "); this code what mean

2 3615

how can program polindrome using java

1 2564

Which is the best book for whole java study?

12 10804

suppose we have one String s="india is my country"; now we get the o/p "like country my is India". what is the logic?

2 3440

what are the steps in JDBC connectivity..???

IBM, SoftCom, TCS,

1 3187

How the java is platform independent?

TCS,

1 3632

what type of java questions asked?

1 2357


Post New Java Related AllOther Questions

Un-Answered Questions { Java Related AllOther }

How can you work with permissions from your .net application? : java security

463


Is openjdk the same as jdk?

467


What is the means of java?

441


How do I download and install eclipse on windows 10?

416


Can we extract main method from another class?

490






What is jndi datasource in java?

442


What is tight coupling in java?

470


What is the java api?

471


Explain suspend() method under thread class>

620


What is tuple2?

450


Is lambda functional programming?

455


Is jdk an ide?

459


Why do we need framework in java?

418


Write a program using call by refernce for two different classes to explain to print whether a given number is automorphic or not.

1346


What if I do not provide the string array as the argument to the method?

469