Java Silver Study Day 1

Nice to meet you. It is snbmsn03.

Current goal: Java SE8 Silver passed Work experience: C # 1 year

How to study

I bought this collection of questions.

text Thorough capture Java SE 8 Silver problem collection [1Z0-808] correspondence Sumito Shiga From https://www.amazon.co.jp/dp/4844339931/ref=cm_sw_r_tw_dp_U_x_N3y5EbAHQYKDT @amazonJP image.png

For confirmation of one's understanding and output purpose I will write without deciding what kind of person will read it. It would be great if someone studying Java Silver could find it and use it as a reference.

If you have any mistakes, we would appreciate it if you could point them out.

Java final modifier

--Attachments: All classes, methods and variables --For classes: Prohibition of inheritance --For methods: Prohibit overriding --For variables: Prohibition of reassignment

--Understanding --Can be used not only for variables but also for classes and methods --Similar to const in C # ――Is it slightly different from const in C #? (I haven't fully understood it yet, so just paste the quote source) (https://seesaawiki.jp/w/noboru2004/d/Java%20%A4%CE%20final%20%A4%C8%20C%20%A4%CE%20const%20%A4%CE%B0%E3%A4%A4%A1%A3)

Switch --case restrictions on the types that can be placed in a case

--Some types cannot be inserted

The {} braces after the if statement condition can be omitted

--If omitted, it will be treated as processing when the conditional expression is true for only the next sentence. --The curly braces should be included as it will reduce readability.

Recommended Posts

Java Silver Study Day 1
Study Java Silver 1
Java Day 2018
Java Silver Study Method Memo
How to study Java Silver SE 8
Summary of [Java silver study] package
[Study session memo] Java Day Tokyo 2017
Let's study Java
Java Silver memo
Java learning day 5
Java Day Tokyo 2017
Oracle Java Day 2017
[Java] Study notes
Oracle Java Day 2017
Java 8 study (repeatable)
Java study memorandum
java learning day 2
java learning day 1
Passed Java SE8 Silver
Java Kuche Day memo
Java Silver passing experience
Summarize Java inheritance (Java Silver 8)
[Java ~ Method ~] Study memo (5)
[java] Java SE 8 Silver Note
[Java Silver] About initialization
Java study # 1 (typical type)
About inheritance (Java Silver)
[Java ~ Array ~] Study memo 4
My Study Note (Java)
Java8 Silver exam memorandum
Muscle Java Basics Day 1
[Java Silver] Study method that passed Java SE 8 Silver [Passing experience]
Study java arrays, lists, maps
[Experience] Passed Java SE 8 Silver
JAVA Silver qualification exam record
4th day of java learning
[Java ~ Boolean value ~] Study memo (2)
Java Silver exam preparation memo
[Java Silver] About equals method
Muscle Java Object Oriented Day 1
Java study # 7 (branch syntax type)
Java SE8 Silver Pass Experience
Java study memo 2 with Progate
Study Java with Progate Note 1
[Java Silver] Array generation method
Java is the 5th day
Muscle Java Object Oriented Day 2 ~ Inheritance ~
[Note] Java Silver SE8 qualification acquired
[In-house study session] Java exception handling (2017/04/26)
Get Java Silver on your commute!
Road to Java SE 11 Silver acquisition
I fell into Java Silver (crying)
Java Silver Repo (Failure & Pass Experience)
Java
Java study # 4 (conditional branching / if statement)
How to pass Oracle Java Silver
Orcacla Java Bronze SE 7/8 Qualification Study
Java
What I learned with Java Silver
Diary for Java SE 8 Silver qualification
Java study # 5 (iteration and infinite loop)