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

glibware soft solutions


{ City } 503
< Country > india
* Profession * business
User No # 125964
Total Questions Posted # 32
Total Answers Posted # 337

Total Answers Posted for My Questions # 44
Total Views for My Questions # 39054

Users Marked my Answers as Correct # 0
Users Marked my Answers as Wrong # 0
Answers / { glibware soft solutions }

Question { 1131 }

Is Java Platform Independent if then how?


Answer

You're absolutely right! Java is often described as a platform-independent language due to its use of bytecode. When you compile Java source code, it gets transformed into bytecode (.class files), which can run on any system that has a compatible Java Virtual Machine (JVM) installed.
This architecture allows developers to write code once and run it anywhere, as long as the appropriate JVM is available on the target platform. While the JVM itself is platform-dependent (since it needs to be tailored to the specific operating system), the bytecode remains consistent across platforms, enabling this cross-platform capability. This design is a key reason for Java's popularity in various environments, from web applications to enterprise software.

Is This Answer Correct ?    0 Yes 0 No

Question { 1131 }

Is Java Platform Independent if then how?


Answer

You're absolutely right! Java is often described as a platform-independent language due to its use of bytecode. When you compile Java source code, it gets transformed into bytecode (.class files), which can run on any system that has a compatible Java Virtual Machine (JVM) installed.
This architecture allows developers to write code once and run it anywhere, as long as the appropriate JVM is available on the target platform. While the JVM itself is platform-dependent (since it needs to be tailored to the specific operating system), the bytecode remains consistent across platforms, enabling this cross-platform capability. This design is a key reason for Java's popularity in various environments, from web applications to enterprise software.

Is This Answer Correct ?    0 Yes 0 No


Question { 1258 }

What will happen if we declare don’t declare the main as static?


Answer

Without utilizing static and without encountering any issues, we may declare the main method. However, the primary method will not be regarded as the program's or application's entry point.

Is This Answer Correct ?    0 Yes 0 No

Question { 1258 }

What will happen if we declare don’t declare the main as static?


Answer

Without utilizing static and without encountering any issues, we may declare the main method. However, the primary method will not be regarded as the program's or application's entry point.

Is This Answer Correct ?    0 Yes 0 No

Question { 1258 }

What will happen if we declare don’t declare the main as static?


Answer

Without utilizing static and without encountering any issues, we may declare the main method. However, the primary method will not be regarded as the program's or application's entry point.

Is This Answer Correct ?    0 Yes 0 No

Question { 1286 }

How many types of packages are there in Java?


Answer

In Java, there are two kinds of packages.

Packages that are user-defined
Included bundles

Is This Answer Correct ?    0 Yes 0 No

Question { 1286 }

How many types of packages are there in Java?


Answer

In Java, there are two kinds of packages.

Packages that are user-defined
Included bundles

Is This Answer Correct ?    0 Yes 0 No

Question { 1286 }

How many types of packages are there in Java?


Answer

In Java, there are two kinds of packages.

Packages that are user-defined
Included bundles

Is This Answer Correct ?    0 Yes 0 No

Question { 1217 }

Explain different data types in Java.


Answer

Java has two different kinds of data types, which are described below:

Data Type Primitive
Object data type or non-primitive data type

Is This Answer Correct ?    0 Yes 0 No

Question { 1217 }

Explain different data types in Java.


Answer

Java has two different kinds of data types, which are described below:

Data Type Primitive
Object data type or non-primitive data type

Is This Answer Correct ?    0 Yes 0 No

Question { 1217 }

Explain different data types in Java.


Answer

Java has two different kinds of data types, which are described below:

Data Type Primitive
Object data type or non-primitive data type

Is This Answer Correct ?    0 Yes 0 No

Question { 1415 }

Can we declare Pointer in Java?


Answer

No, pointer support is not available in Java. Java needed to be more secure because it lacks a feature that allows for pointers.

Is This Answer Correct ?    0 Yes 0 No

Question { 1415 }

Can we declare Pointer in Java?


Answer

No, pointer support is not available in Java. Java needed to be more secure because it lacks a feature that allows for pointers.

Is This Answer Correct ?    0 Yes 0 No

Question { 1415 }

Can we declare Pointer in Java?


Answer

No, pointer support is not available in Java. Java needed to be more secure because it lacks a feature that allows for pointers.

Is This Answer Correct ?    0 Yes 0 No

Question { 1365 }

What is the default value stored in Local Variables?


Answer

Local variables don't store a default value. Additionally, primitive objects and variables have no default values.

Is This Answer Correct ?    0 Yes 0 No

Prev    1   ... 3   ... 5   ... 7   ... 9    10   [11]    12  ... 13   ... 15   ... 17   ... 19   ... 21   ... 23    Next