Commit Graph

3118 Commits

Author SHA1 Message Date
edizor
1acdf2b024 Update README.md
[skip ci]
2023-06-02 08:40:51 +08:00
edizor
4b99b48c54 Update README.md
[skip ci]
2023-06-02 08:31:53 +08:00
edizor
1ab518e660 Update README.md
[skip ci]
2023-06-02 08:16:39 +08:00
edizor
ed4882b750 Update README.md
[skip ci]
2023-06-02 08:13:40 +08:00
Bahaa El-Din Helmy
3627e0f8dc Article: Converting Object To Map in Java (#14160)
This commit is related to the article entitled "Converting Object To Map in Java"
2023-05-31 11:35:56 -07:00
Bahaa El-Din Helmy
7df3a12a07 Update article "Difference Between \z and \Z in a Regular Expression in Java" (#14151)
This commit for "Update article "Difference Between \z and \Z in a Regular Expression in Java""
2023-05-31 11:09:25 -07:00
sachin
d36a81e36c bael-5728 added code (#14010)
* bael-5728 added code

* bael-5728 added code

* bael-5728 added code

* bael-5728 code fix

* bael-5728 code fix

---------

Co-authored-by: Sachin kumar <sachin.n.kumar@oracle.com>
2023-05-30 20:24:52 -05:00
Kai Yuan
ca3d08cdec [list-with-default] Set Default Value for Elements in List (#14125)
* [list-with-default] Set Default Value for Elements in List

* [list-with-default] remove the ncopies and stream methods.

* [list-with-default]  remove irrelevant codes
2023-05-29 09:50:55 -05:00
Loredana Crusoveanu
869b45c01c Merge pull request #14134 from collaboratewithakash/master
backlinks added
2023-05-29 17:48:03 +03:00
Azhwani
c9cc5bbefd BAEL-6465: How to handle NoSuchElementException when reading a file through a Scanner ? (#13999) 2023-05-28 11:06:59 +02:00
collaboratewithakash
ca16401784 backlink updated 2023-05-27 17:16:00 +05:30
collaboratewithakash
cb37d1fb67 backlink updated 2023-05-27 17:12:28 +05:30
collaboratewithakash
a5333e074e backlink updated 2023-05-27 17:06:19 +05:30
collaboratewithakash
33efd70324 backlink updated 2023-05-27 16:59:40 +05:30
collaboratewithakash
9ceaa28a99 backlink updated 2023-05-27 16:45:37 +05:30
collaboratewithakash
5fa933bc52 backlink updated 2023-05-27 16:17:36 +05:30
collaboratewithakash
bd4fad36fe backlink updated 2023-05-27 16:09:46 +05:30
collaboratewithakash
b0c16eefe8 backlink updated 2023-05-27 16:07:03 +05:30
collaboratewithakash
a266eedeb0 backlink updated 2023-05-27 15:28:39 +05:30
collaboratewithakash
447785c344 updated backlink 2023-05-27 15:16:58 +05:30
Loredana Crusoveanu
016129d3f6 Merge pull request #14123 from edizor/master
Update README
2023-05-26 10:49:54 +03:00
edizor
7003481337 Update README.md
[skip ci]
2023-05-26 11:00:47 +08:00
edizor
9182858942 Update README.md
[skip ci]
2023-05-26 10:43:38 +08:00
edizor
d34a66d5cf Update README.md
[skip ci]
2023-05-26 10:35:47 +08:00
edizor
0614f441e9 Update README.md
[skip ci]
2023-05-26 10:21:02 +08:00
Bahaa El-Din Helmy
9caa7d7000 Convert Hashmap to JSON object in Java (#14118)
This commit is related to the article "Convert Hashmap to JSON object in Java"
2023-05-25 17:45:29 -07:00
Kasra Madadipouya
68fe289e4a Merge pull request #13810 from press0/master
pr: add return types for assertion; test WrongVoucher vs GoodVoucher
2023-05-25 20:04:24 +02:00
edizor
ee44d48d2f Update README.md
[skip ci]
2023-05-26 00:46:34 +08:00
edizor
03292d1b2a Update README.md
[skip ci]
2023-05-26 00:38:16 +08:00
edizor
ebaa99f043 Create README.md
[skip ci]
2023-05-26 00:34:00 +08:00
edizor
3e10e81099 Update README.md
[skip ci]
2023-05-26 00:19:08 +08:00
edizor
6dab6d5cd9 Update README.md
[skip ci]
2023-05-26 00:09:07 +08:00
edizor
a0f48b6d77 Update README.md
[skip ci]
2023-05-25 23:20:07 +08:00
Azhwani
8c8daf5803 BAEL-6461: What's the difference between Scanner next() and nextLine() methods? (#14057) 2023-05-24 17:26:01 +02:00
Bahaa El-Din Helmy
596249c8a5 Array vs List Performance in Java (#14114)
This commit is related to the article entitled "Array vs List Performance in Java"
2023-05-24 07:59:59 -07:00
Bahaa El-Din Helmy
b9ca95954e Convert Hashmap to JSON object in Java (#14110)
This commit is for Convert Hashmap to JSON object in Java
2023-05-23 17:05:20 -07:00
Kai Yuan
2064338a8d [output-to-file] Write Console Output to Text File in Java (#14082)
* [output-to-file] Write Console Output to Text File in Java

* [output-to-file] rebase on the master
2023-05-23 16:56:31 -05:00
Kai Yuan
3eb7f6e72c [scanner-with-spaces] how to take input as String with spaces in Java… (#14044)
* [scanner-with-spaces] how to take input as String with spaces in Java using Scanner?y

* [scanner-with-spaces] fix typo
2023-05-23 16:50:10 -05:00
davidmartinezbarua
fc6660e4d9 Merge pull request #14037 from andrewtarry/string-conversion
add value of comparison
2023-05-22 14:39:18 -03:00
Vini
0044a8fa45 Merge pull request #14093 from sam-gardner/BAEL-6334-check-list-element-in-other-list
BAEL-6334 Make object properties example clearer
2023-05-22 14:36:10 +02:00
Vini
c513e7ee92 Merge pull request #13761 from ciphx/string_to_int_encapsulation
https://jira.baeldung.com/browse/BAEL-5859
2023-05-22 13:42:20 +02:00
Sam Gardner
ece652ec7b BAEL-6334 Make object properties example clearer 2023-05-22 10:35:26 +01:00
Deboshree
e0d73ee542 changing branch 2023-05-22 13:26:06 +05:30
Azhwani
fac731f892 BAEL-6460: Why is Scanner skipping nextLine() after using other next functions? (#14079) 2023-05-22 09:04:42 +02:00
Deboshree
89a7a2f448 changing unit test class name 2023-05-21 23:41:53 +05:30
ciphx
b98c11541c Merge branch 'eugenp:master' into string_to_int_encapsulation 2023-05-21 23:37:26 +05:30
Deboshree
3a1fd12709 removed optional specific function 2023-05-21 23:36:38 +05:30
Andrew Tarry
220d05d746 Delete README.md 2023-05-21 20:13:34 +03:00
vaibhav007jain
e907a16341 Bael-6331: Adding changes for creating and checking empty streams (#14047)
* BAEL-6331: Create EmptyStreams.java

* BAEL-6331: Create EmptyStreamsUnitTest.java
2023-05-21 08:15:43 +05:30
Bahaa El-Din Helmy
4f0cdcb421 Array vs List Performance in Java (#14078)
This commit is related to the article entitled "Array vs List Performance in Java"
2023-05-20 14:52:56 -07:00