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...

JVM is platform independent or depeneded?

Answer Posted / madhan kumar.s

java program is platform independent

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is Java Shutdown Hook?

1175


Is java a prime method?

965


Why do we need singleton?

951


Draw a UML class diagram for the code fragment given below: public class StringApplet extends Applet { private Label sampleString; private Button showTheString; private ButtonHandler bHandler; private FlowLayout layout; public StringApplet() { sampleString = new Label(" "); showTheString = new Button (" Show the String"); bHandler = new ButtonHandler(); layout = new FlowLayout(); showTheString.addActionListener(bHandler); setLayout(layout); add(sampleString); add(showTheString); } class ButtonHandler implements ActionListener { public void actionPerformed(ActionEvent e) { samplestring.setText("Good Morning"); } } } Note: The methods need not be indicated on the diagram.

2033


When do I need to use reflection feature in java?

1061


What does microservices mean?

929


os is developed in c no java is more secured then c na why dont the os developed is developed using java

4198


How to call one constructor from the other constructor ?

1034


How to create a thread in java?

1115


What is purpose of find feature?

1066


Can we override static methods in java?

1059


Difference between final and effectively final ? Why is effectively final even required ?

973


How do you add an element to a hashset in java?

992


what are the states associated in the thread? : Java thread

1031


Difference difference paint() and paintcomponent()?

980