Boris Verkhovskiy
790a78e3cf
Remove bare links
2024-06-03 13:31:20 -06:00
Marko M
b5f8ea76bc
[java/*] Update obsolete link to "Thinking in Java" ( #4365 )
2024-05-13 01:38:52 -06:00
Aaryan Rampal
9f317de120
[java/en] Update java.html.markdown ( #4079 )
...
* Update java.html.markdown
java/en
* Update java.html.markdown
---------
Co-authored-by: jus78help <76913929+jus78help@users.noreply.github.com>
2023-12-14 15:54:25 +01:00
noahmarro
1590fba5f2
Typo java.html.markdown
2023-09-09 20:13:40 +02:00
San Baby Francis
d5e7ada2dc
fix code formatting ( #4722 )
2023-09-08 13:35:01 +08:00
Ivan
0379989cfb
[en/java] mistake fix and add missed assignment ( #4344 )
2023-08-25 11:59:22 +08:00
EgorBobrov
757ed9b49b
[java/en] Added more info about Collections initialization ( #4200 )
2021-08-22 20:21:01 +02:00
Divay Prakash
fbdccef884
Merge pull request #3719 from tvhong/patch-1
...
[Java/en] Minor typo fix in doWhile loop comment
2020-01-24 19:52:12 +05:30
Vy Hong
05872fc631
Update comment in Java doWhile loop
2019-10-22 08:35:34 -07:00
Apoorv Choubey
8a8dd005bf
add Java resource
2019-10-12 20:47:18 +05:30
Shawn M. Hanes
cc0329efbb
[Java/en] Added Lambdas section.
2018-04-11 18:12:59 -04:00
Shawn M. Hanes
a80844cac5
[Java/en] Added Lambdas section.
2018-04-11 17:55:04 -04:00
stanislaslegendre
2abfabae15
removing false statement about classes ( #3039 )
2018-02-28 13:38:14 +05:45
Andrew Gallasch
833c7bea6c
Improve arithmetic output
2017-10-30 23:58:22 +10:30
Andrew Gallasch
d1ed7e02da
Improve TreeMap documentation
2017-10-30 23:55:40 +10:30
Andrew Gallasch
32090679c2
Improve comments on abstract classes
2017-10-28 16:09:07 +10:30
Andrew Gallasch
56a82546e9
Improve comment about final modifier
2017-10-28 15:36:34 +10:30
Pratik Karki
973532a079
Merge pull request #2890 from sridhareaswaran/patch-1
...
added use of break keyword & new tutorial link
2017-10-07 09:11:44 +05:45
Toby Sullivan
8bccfb8be2
Add default keyword
2017-10-05 12:19:40 -07:00
Sridhar Easwaran
7559305fb7
added use of break keyword & new tutorial link
2017-10-05 14:40:34 +05:30
HairyFotr
985d23a52b
Fix a bunch of typos
2017-08-23 10:14:39 +02:00
Mathieu Gemard
e9bb96aaa1
[java/en] adding an exemple to ternary operator ?: ( #2794 )
...
We could think we always had to use = with ?:
2017-07-11 11:08:23 +02:00
Mathieu Gemard
4a359c303f
[java/en] few changes ( #2788 )
2017-07-09 18:39:21 +02:00
Mathieu Gemard
fc58f4d120
[java/en] typo ( #2763 )
2017-06-18 14:26:36 +02:00
Kidhanis De Jesus
846abc4d9a
[en/java] Modify the Animal abstract class ( #2751 )
...
* Fix word order in class documentation
* Change access level modifier of age variable
The comment inside eat() mentions that the variable is private.
Furthermore, there would be no error if the variable were used inside
Dog given the current access level.
2017-06-08 19:29:56 +02:00
Yerkebulan Tulibergenov
bb1d9c2a9e
[Java/en]Fix small typo in Java English tutorial ( #2743 )
2017-05-31 09:58:51 +02:00
Felipe Cury
064cbde932
[java/en-us] Fix typo ( #2708 )
2017-05-18 12:40:42 +02:00
Adam
e48049b792
Replace tabs with 4 spaces in java
2017-03-23 11:58:16 -07:00
Sean Nam
2c2c6e7b15
Fixed indentation in the java file
2017-03-12 15:26:04 -07:00
Sean Nam
13663f3726
Merge branch 'master' of github.com:adambard/learnxinyminutes-docs
...
Pulling from master to work on Java[en] inputs
2017-02-09 17:11:10 -08:00
Andrew Gallasch
e800bf6f3d
Remove duplicate int declarations ( #2521 )
...
Duplicate declarations break the build
2017-02-09 16:23:20 +01:00
Sean Nam
52ff8f41e4
Changed more indentation to 4 spaces
2017-02-08 23:39:49 -08:00
Sean Nam
3bfb74042f
Changed indentation to 4 spaces
2017-02-08 23:36:49 -08:00
Sean Nam
f2a5bc8a91
Updated Java (en-us) to include Input using Scanner and System.in
2017-01-03 00:48:44 -08:00
Santiago
a98cc99ef7
Adding new Java 8 features ( #2543 )
...
* Added info on Java generics in Spanish.
* Adding new Java 8 features
* Removing the section on Generics for the ES-es version
2016-10-31 00:31:48 +01:00
Andrew Gallasch
1b59bd1097
Merge pull request #2522 from adambard/string-builder-loops
...
Add StringBuilder usage tip
2016-10-27 23:47:46 +10:30
Andrew Gallasch
e01c16e568
Update java.html.markdown
2016-10-27 23:38:44 +10:30
Andrew Gallasch
2040dfc83e
Rename duplicate fooInt
2016-10-27 23:22:49 +10:30
Andrew Gallasch
bb504b97ca
Add StringBuilder usage tip
2016-10-27 09:50:16 +10:30
Robert Rose
c8fa53ca1f
Added try-with-resources to Java docs ( #2438 )
...
- Added documentation and sample code pertaining to try-with-resources to
the Java documentation.
- Converted all Oracle and GitHub http links to https.
- Added my name to the contributors list since this is my second time
contributing.
- Special shoutout to @enkidevs for teaching me about try-with-resources.
2016-10-10 12:43:12 +02:00
prestonpeterson
12c9b8daba
Update java.html.markdown ( #2346 )
2016-08-27 10:03:37 +02:00
Jakukyo Friel
34456d988c
java: In Java 8, interfaces can have default method. ( #2337 )
2016-08-22 00:06:57 +02:00
Nimit Shah
b8e496eba1
[Java/en] Adding a reference for treemap ( #2300 )
...
* Adding a reference for treemap
Adding reference for a treemap
* Removing my name from the contributors list
Removing my name from the contributors list as it requires a significant contribution to add my name to it.
2016-07-08 11:33:11 +02:00
ven
7812b99ff8
Manually merge #1780
...
fixes #1780
2016-06-28 18:06:06 +02:00
Harry
ebd74da99a
Added main attributes of javadocs. ( #1850 )
2016-06-26 14:45:20 +02:00
Cameron Bernhardt
f18a60dff4
Update java.html.markdown
2016-05-01 18:44:19 +02:00
Justin Tervay
898dcda0f2
Fixed typo(s) in Java (EN)
2016-04-19 12:28:31 -04:00
Divay Prakash
1cdfe9086d
fixed
2016-03-12 13:43:25 +05:30
Divay Prakash
3bb265de2e
removed whitespaces, fixed content extending beyond 80 chars
2016-03-03 12:07:58 +05:30
Senthil Kumaran
b02cceda8b
new boolean[] not really required when initializing.
...
Introducing this disrupts the flow a little bit to think, if specifying `new boolean[] ` required when intializing.
2016-02-15 10:29:42 -08:00