bookmate game
en
Budi Kurniawan

OCA Java SE 8 Programmer Study Guide (Exam 1Z0–808)

Beri tahu saya ketika buku ditambahkan
Untuk membaca buku ini unggah file EPUB atau FB2 ke Bookmate. Bagaimana cara mengunggah buku?
This book is designed for people who want to pass the Oracle Certified Associate, Java SE 8 Programmer exam (Exam 1Z0–808). It includes an extensive Java refresher written as a tutorial as well as two full mock exams. The Java refresher includes all the materials and exam objectives you need to master to pass the exam. It explains the concepts very clearly and in detail and provides examples that are easy to follow even to those with no programming experience. The mock exams are useful for testing how prepared you are to take the real exam.
Buku ini saat ini tidak tersedia
393 halaman cetak
Sudahkah Anda membacanya? Bagaimanakah menurut Anda?
👍👎

Kesan

  • yuliamembagikan kesan6 tahun yang lalu
    😄Lucu

Kutipan

  • 08106membuat kutipan6 tahun yang lalu
    The program examples accompanying this book can be downloaded from the publisher’s website:
    http://books.brainysoftware.com
    Extract the zip file to a working directory and you are good to go.
  • DARmembuat kutipan8 tahun yang lalu
    An integer literal without a suffix L or l is regarded as an int. Therefore, the following will generate a compile error because 9876543210 is larger than the capacity for an int:
    long a = 9876543210;
    To rectify the problem, add an L or l at the end of the number like this:
    long a = 9876543210L;
  • DARmembuat kutipan8 tahun yang lalu
    Literals
    From time to time you need to assign values to variables in your program, such as number 2 to an int or the character ‘c’ to a char. For this, you need to write the value representation in a format that the Java compiler understands. This source code representation of a value is called literal. There are three types of literals: literals of primitive types, string literals, and the null literal.

Di rak buku

fb2epub
Seret dan letakkan file Anda (maksimal 5 sekaligus)