freeCodeCamp/guide/english/java
Manish Giri 164f165fca fix(guide): Fix incorrect code in Java Strings (#27399)
Using `==` to compare String objects checks references to the two objects, and in this case, those two references point to the same string object created **in the String Pool**. Hence this returns `true`, and not `false`, as is incorrectly stated in the guide.

Also fixed formatting.
2018-10-24 15:58:32 +05:30
..
abstract-class
access-modifiers
arraylist Add clearer titles for methods (#19781) 2018-10-22 19:30:39 -05:00
arrays
basic-operations
build-tools
built-in-functions
classes-and-objects Fixed some grammer and spelling in the text. (#19694) 2018-10-23 07:42:08 -05:00
collections fix(guide): Clean up Java Collections 2018-10-18 11:02:11 +03:00
comments-in-java
constructors
control-flow
data-abstraction
data-types
defining-attributes
equality
exception-handling fix(guide): Fix directory structure 2018-10-19 16:28:34 +01:00
final-keyword
finally-keyword
garbage-collection
generics Added info on Erasure in Java Generics (#26100) 2018-10-22 22:09:01 -04:00
getters-and-setters
inheritance
inheritance-basics
instanceof-operator
interfaces
java-bean
javafx Fix(guide): add ControlFX 2018-10-22 20:53:58 -04:00
lambda-expressions
loops
methods
multithreading
pojo
regular-expressions
resources
static
streams
strings fix(guide): Fix incorrect code in Java Strings (#27399) 2018-10-24 15:58:32 +05:30
swing
the-java-virtual-machine-jvm
throw-keyword
throws-keyword
tokens
typecasting
variables
index.md Added the text "object-oriented" to article (#21642) 2018-10-20 12:47:12 +05:30