Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Java Related AllOther Interview Questions
Questions Answers Views Company eMail

What is the difference between Logical Parallelism and Physical Parallelism?

HCL,

3400

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

1868

what about jdb and javadoc by example ?

TCS,

2134

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 7131

is hibernate a technology or framework?

4 9144

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

Cognizant, TCS,

1 6412

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

IBS,

8 26236

what is major difference between component and object?

HCL, Patni,

1 5161

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

2 4629

how can program polindrome using java

1 3394

Which is the best book for whole java study?

12 14424

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 4521

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

IBM, SoftCom, TCS,

1 4186

How the java is platform independent?

TCS,

1 4474

what type of java questions asked?

1 2988


Post New Java Related AllOther Questions

Un-Answered Questions { Java Related AllOther }

Is java built on c?

994


What is jpa used for?

970


Describe the principles of oops.

925


What are tags in java?

882


What is orm in java?

909


In hibernate what is the difference between the Session and SessionFactory?

945


can a program use more than one command-line argument?

958


there are 67 seats in train . there are only 5 seats in a row and in last row there are only 2 seats. One person can reseve only 5 seat at a time. If person reserving seat , the care is atken that he may get all in row. if seats are not available in row then the arrangement is so that person group get nearby seats. the following class is given public class seat { char name; int seat; boolean isSeatempty } 1.Draw require class digram and object diagram. 2.Write function seatallot(int noofperson) to allocate seat with seat nuber printed for the each name.

3025


How do you type the lambda symbol?

900


What is @qualifier in java?

983


What is ibatis in java?

967


What is java aop?

893


Is java singleton thread safe?

881


What is dao in java?

973


What if I write static public void instead of public static void?

867