Commit Graph

3079 Commits

Author SHA1 Message Date
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
Bahaa El-Din Helmy
fadf3d1725 Convert Hashmap to JSON object in Java (#14070)
* Convert Hashmap to JSON object in Java

This commit is related to the article entitled "Convert Hashmap to JSON object in Java"

* Convert Hashmap to JSON object in Java

This commit is for the article "Convert Hashmap to JSON object in Java"
2023-05-20 09:00:00 -07:00
Eugene Kovko
25ab88dd03 BAEL-4615: Create and Detect Memory Leak in Java (#14060) 2023-05-19 15:00:16 -07:00
Eugene Kovko
1bf3e1e90c BAEL-5947: Moving a project to a different package (#14054)
* Revert "feat: BAEL-5947 External Debugging with JMXTerm (#13847)"

This reverts commit cce2ed68a4.

* BAEL-5947: Moving a project to a different package
2023-05-19 12:29:10 -07:00
davidmartinezbarua
9001813855 Merge pull request #14007 from AndiCover/master
BAEL-6428 Make a Method Execute Only Once in Java
2023-05-19 10:02:30 -03:00
AndiCover
1dd78df090 BAEL-6428 Make a Method Execute Only Once in Java 2023-05-18 19:20:49 +02:00
Bahaa El-Din Helmy
55e370d222 Title: Array vs List Performance in Java (#14034)
This commit related to the article entitled "Array vs List Performance in Java".
2023-05-18 08:19:14 -07:00
Deboshree
3ba4098eaf change return type to optional 2023-05-18 19:27:02 +05:30
Sam Gardner
e4b58de9f3 Merge branch 'master' into BAEL-6334-check-list-element-in-other-list 2023-05-18 10:31:57 +01:00
Sam Gardner
8b715b8840 BAEL-6334 Improve test names and typos 2023-05-18 10:27:08 +01:00
Bhaskar Ghosh Dastidar
ca6369062a [BAEL-6339] custom iterator with testcases (#14038)
Co-authored-by: Bhaskar <bhaskar.dastidar@freshworks.com>
2023-05-17 13:32:04 -07:00
Andrew Tarry
c46ba5c545 add value of comparision 2023-05-17 21:23:14 +03:00
edizor
4275d80777 Update README.md
[skip ci]
2023-05-17 21:12:44 +08:00
edizor
3fc55ed0e7 Update README.md
[skip ci]
2023-05-17 20:58:22 +08:00
edizor
45136a4de9 Update README.md
[skip ci]
2023-05-17 20:54:43 +08:00
edizor
fe1b44895e Update README.md
[skip ci]
2023-05-17 20:42:22 +08:00
edizor
73b2ffa74f Update README.md
[skip ci]
2023-05-17 20:36:14 +08:00
edizor
89c19ba278 Update README.md
[skip ci]
2023-05-17 20:33:02 +08:00
edizor
4f79745070 Update README.md
[skip ci]
2023-05-17 20:28:36 +08:00
edizor
90760e34be Update README.md
[skip ci]
2023-05-17 20:24:12 +08:00
Michael Olayemi
9f9c9e6cb3 Hashing with Argon2 in Java (#14009)
* Hashing with Argon2 in Java

* Hashing with Argon2 in Java
2023-05-16 20:51:10 +05:30
Azhwani
be747e6e78 BAEL-6398: Java PrintStream to String (#13998) 2023-05-16 08:28:25 +02:00
Bahaa El-Din Helmy
a71ff23592 Add files via upload (#14006) 2023-05-15 08:14:21 -07:00
Dileesha Rajapakse
c900fff949 Add java interface single implementation examples (#13972) 2023-05-14 22:45:57 +05:30
Ehsan Sasanianno
6f397b2102 JAVA-16946 Upgrade h2 database version for remaining modules (#13976) 2023-05-14 20:13:06 +03:00
Vartika Nigam
0066ced8c8 BAEL-6264 added class to show how to instantiate ArrayBlockingQueue a… (#13851)
* BAEL-6264 added class to show how to instantiate ArrayBlockingQueue and LinkedBlockingQueue

* BAEL-6264 added unit test case

* modified test case

* BAEL-6264 deleted BlockingQueueImplExample file not needed anymore

* BAEL-6264 code review changes moved class file to different module

---------

Co-authored-by: Vartika_Nigam <Vartika_Nigam@DellTeam.com>
2023-05-13 10:32:14 -05:00
Kai Yuan
4adfb75210 [os-to-is] Convert an OutputStream to an InputStream (#13992) 2023-05-13 10:09:08 -05:00
Sam Gardner
ec598c0db5 BAEL-6334 Add example code for checking if a list element is in another list 2023-05-12 11:58:08 +01:00
Loredana Crusoveanu
bf2fde4f35 Merge pull request #14000 from edizor/master
Update README
2023-05-12 10:53:15 +03:00
Bahaa El-Din Helmy
2c8e8c1093 Title: Regular Expression: \z vs \Z Anchors in Java (#13994)
Hello,
This commit related to the article entitled "Regular Expression: \z vs \Z Anchors in Java"
2023-05-11 09:18:45 -07:00
edizor
4c64a3bfc5 Update README.md
[skip ci]
2023-05-12 00:02:53 +08:00
edizor
afba6d8215 Create README.md
[skip ci]
2023-05-12 00:01:07 +08:00
edizor
735b6b5b6a Update README.md
[skip ci]
2023-05-11 23:59:08 +08:00
edizor
691a17bd97 Update README.md
[skip ci]
2023-05-11 23:52:22 +08:00
edizor
b608a354b8 Update README.md
[skip ci]
2023-05-11 23:42:17 +08:00
edizor
8ce251bda4 Update README.md
[skip ci]
2023-05-11 23:33:10 +08:00