---
product_id: 176992669
title: "Intro to Java Programming, Comprehensive Version, Loose Leaf Edition"
brand: "y. liang"
price: "AED 401"
currency: AED
in_stock: true
reviews_count: 9
url: https://www.desertcart.ae/products/176992669-intro-to-java-programming-comprehensive-version-loose-leaf-edition
store_origin: AE
region: United Arab Emirates
---

# Intro to Java Programming, Comprehensive Version, Loose Leaf Edition

**Brand:** y. liang
**Price:** AED 401
**Availability:** ✅ In Stock

## Quick Answers

- **What is this?** Intro to Java Programming, Comprehensive Version, Loose Leaf Edition by y. liang
- **How much does it cost?** AED 401 with free shipping
- **Is it available?** Yes, in stock and ready to ship
- **Where can I buy it?** [www.desertcart.ae](https://www.desertcart.ae/products/176992669-intro-to-java-programming-comprehensive-version-loose-leaf-edition)

## Best For

- y. liang enthusiasts

## Why This Product

- Trusted y. liang brand quality
- Free international shipping included
- Worldwide delivery with tracking
- 15-day hassle-free returns

## Description

Intro to Java Programming, Comprehensive Version, Loose Leaf Edition

## Images

![Intro to Java Programming, Comprehensive Version, Loose Leaf Edition - Image 1](https://m.media-amazon.com/images/I/718cP9GHJ-L.jpg)

## Customer Reviews

### ⭐⭐⭐⭐⭐ 







  
  
    I'm Learning Java Correctly
  

*by T***S on Reviewed in the United States on May 6, 2021*

I love the book, but it's 1217 pages end to end.  I'm going to learn Java the right way and get a job as a Java Engineer thanks to the author of this book (Professor Y. Daniel Liang).  I would recommend this book to anyone who wants to learn Java properlyCheckout this code; i made one mistake and it wouldn't run right.  I contacted Professor Liang and it runsimport java.util.Scanner;public class ComputeLoan { public static void main(String[] args) {  // Create A Scanner  Scanner input = new  Scanner (System.in);  // Enter annual interest rate in percentage, e. g., 725  System.out.print("Enter annual interest rate e.g., 0.8");  double annualInterestRate = input.nextDouble();  // Obtain monthly interest rate  double monthlyInterestRate = annualInterestRate /1200;  // Enter number of years  System.out.print("Enter number of years");  int numberOfYears = input.nextInt();  // Enter loan amount  System.out.print("Enter loan amount, e.g. 1200000.95");  double loanAmount  = input.nextDouble();  // Calculate payment  double monthlyPayment = loanAmount * monthlyInterestRate / (1 - 1 / Math.pow(1 + monthlyInterestRate, numberOfYears * 12));  double totalPayment = monthlyPayment * numberOfYears * 12;  // Display results  System.out.println("The Monthly Payment is $ " + (int)(monthlyPayment * 100) / 100.0);  System.out.println("The Total Payment is $ " + (int)(totalPayment * 100) / 100.0); }}Learning Java is awesome now

### ⭐⭐⭐⭐⭐ 







  
  
    Java OOP
  

*by H***N on Reviewed in the United States on June 17, 2022*

This books helps to understand Java oop . Which is pretty hard I think. Clear explanation with lot of examples

### ⭐⭐⭐⭐ 







  
  
    Big textbook but affordable
  

*by J***B on Reviewed in the United States on August 7, 2021*

The packaging wasn’t great and in no way protected the pages but the content of the book is great, especially at this price. There is a lot of online content on the companion website that you can download for the book. You will want to download the last 10 or so chapters from the companion website. Overall it’s a great textbook.

---

## Why Shop on Desertcart?

- 🛒 **Trusted by 1.3+ Million Shoppers** — Serving international shoppers since 2016
- 🌍 **Shop Globally** — Access 737+ million products across 21 categories
- 💰 **No Hidden Fees** — All customs, duties, and taxes included in the price
- 🔄 **15-Day Free Returns** — Hassle-free returns (30 days for PRO members)
- 🔒 **Secure Payments** — Trusted payment options with buyer protection
- ⭐ **TrustPilot Rated 4.5/5** — Based on 8,000+ happy customer reviews

**Shop now:** [https://www.desertcart.ae/products/176992669-intro-to-java-programming-comprehensive-version-loose-leaf-edition](https://www.desertcart.ae/products/176992669-intro-to-java-programming-comprehensive-version-loose-leaf-edition)

---

*Product available on Desertcart United Arab Emirates*
*Store origin: AE*
*Last updated: 2026-04-23*