Title: java - Stack Abuse
Open Graph Title: java - Stack Abuse
X Title: java - Stack Abuse
Opengraph URL: https://stackabuse.com/tag/java/
X: @StackAbuse
Domain: stackabuse.com
{
"@context": "https://schema.org",
"@type": "Series",
"publisher": {
"@type": "Organization",
"name": "Stack Abuse",
"logo": {
"@type": "ImageObject",
"url": "https://stackabuse.com/assets/images/favicon.svg"
}
},
"url": "https://stackabuse.com/tag/java/",
"name": "java",
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "https://stackabuse.com/"
}
}
| twitter:url | https://stackabuse.com/tag/java/ |
| og:site_name | Stack Abuse |
| og:type | website |
| twitter:card | summary |
| next-head-count | 14 |
| None | IE=edge |
| HandheldFriendly | True |
| referrer | no-referrer-when-downgrade |
Links:
| SA Logotype | https://stackabuse.com/ |
| Tools | https://stackabuse.com/tools/ |
| About | https://stackabuse.com/about/ |
| Python | https://stackabuse.com/tag/python |
| JavaScript | https://stackabuse.com/tag/javascript |
| Java | https://stackabuse.com/tag/java |
| https://stackabuse.com/how-to-list-all-kafka-topics/ | |
| How to List All Kafka TopicsIf you've stumbled upon this article, chances are you've already been working with Apache Kafka, the open-source distributed streaming platform that has gained significant popularity for its ability to handle large-scale, real-time data processing. In this article, we'll dive into the nitty-gritty of managing and monitoring Kafka topics. Topics are... | https://stackabuse.com/how-to-list-all-kafka-topics/ |
| https://stackabuse.com/author/scott/ | |
| Scott Robinson | https://stackabuse.com/author/scott/ |
| https://stackabuse.com/purging-kafka-topics/ | |
| Purging Kafka TopicsIf you've been working with Kafka for a while, you're probably aware of the importance of properly managing your Kafka topics. As the backbone of your data streaming infrastructure, well-organized topics can keep your system running smoothly and efficiently, while ensuring that you're making the most out of the valuable... | https://stackabuse.com/purging-kafka-topics/ |
| https://stackabuse.com/author/scott/ | |
| Scott Robinson | https://stackabuse.com/author/scott/ |
| https://stackabuse.com/bytes/java-convert-int-to-a-byte/ | |
| Java: Convert Int to a ByteIn Java, an int is a 32-bit signed integer, while a byte is a 8-bit signed integer. Converting an int to a byte can be useful in certain situations, such as when working with binary data or when sending data over a network. In this article, we will explore different... | https://stackabuse.com/bytes/java-convert-int-to-a-byte/ |
| https://stackabuse.com/author/scott/ | |
| Scott Robinson | https://stackabuse.com/author/scott/ |
| https://stackabuse.com/bytes/java-regular-expressions-validate-ip-addresses/ | |
| Java Regular Expressions - Validate IP AddressesRegular Expressions are widely-applicable and used to match patterns in text, whether for search, validation or other processing. A common way to use them is to check whether a number is valid - i.e. follows a pattern. IP addresses follow a particular pattern, and can be tested with Regular... | https://stackabuse.com/bytes/java-regular-expressions-validate-ip-addresses/ |
| https://stackabuse.com/author/guest/ | |
| Guest Contributor | https://stackabuse.com/author/guest/ |
| https://stackabuse.com/bytes/java-regular-expressions-validate-ssn/ | |
| Java Regular Expressions - Validate SSNRegular Expressions are widely-applicable and used to match patterns in text, whether for search, validation or other processing. A common way to use them is to check whether a number is valid - i.e. follows a pattern. SSNs (Social Security Numbers) follow a particular pattern, and can be tested... | https://stackabuse.com/bytes/java-regular-expressions-validate-ssn/ |
| https://stackabuse.com/author/david/ | |
| David Landup | https://stackabuse.com/author/david/ |
| https://stackabuse.com/bytes/java-8-collect-and-turn-stream-into-singleton-set/ | |
| Java 8 - Collect and Turn Stream into Singleton SetIn this short Byte - we'll take a look at how you can collect and turn a list into a singleton set in Java, using the Functional API, and paired with the collectingAndThen() collector. Advice: If you'd like to read more about collectingAndThen() - read our in-depth "Guide to... | https://stackabuse.com/bytes/java-8-collect-and-turn-stream-into-singleton-set/ |
| https://stackabuse.com/author/david/ | |
| David Landup | https://stackabuse.com/author/david/ |
| https://stackabuse.com/bytes/java-8-collect-and-shuffle-list-or-stream/ | |
| Java 8 - Collect and Shuffle List or StreamIn this short Byte - we'll take a look at how you can collect and shuffle a list in Java, using the Functional API, and paired with the collectingAndThen() collector. Advice: If you'd like to read more about collectingAndThen() - read our in-depth "Guide to Java 8 Collectors: collectingAndThen(... | https://stackabuse.com/bytes/java-8-collect-and-shuffle-list-or-stream/ |
| https://stackabuse.com/author/david/ | |
| David Landup | https://stackabuse.com/author/david/ |
| https://stackabuse.com/bytes/java-8-collect-and-slice-list-or-stream/ | |
| Java 8 - Collect and Slice List or StreamIn this short Byte - we'll take a look at how you can collect and slice a list in Java, using the Functional API, and paired with the collectingAndThen() collector. Advice: If you'd like to read more about collectingAndThen() - read our in-depth "Guide to Java 8 Collectors: collectingAndThen(... | https://stackabuse.com/bytes/java-8-collect-and-slice-list-or-stream/ |
| https://stackabuse.com/author/david/ | |
| David Landup | https://stackabuse.com/author/david/ |
| https://stackabuse.com/bytes/java-get-number-of-elements-in-a-list/ | |
| Java: Get Number of Elements in a ListGetting the number of elements in a list is a common operation during software development. In Java - fetching the length of a list is done via the size() method, which accesses the cached length of the list in O(1) lookup time. List<Integer> arrayList = List.of(... | https://stackabuse.com/bytes/java-get-number-of-elements-in-a-list/ |
| https://stackabuse.com/author/david/ | |
| David Landup | https://stackabuse.com/author/david/ |
| Next | https://stackabuse.com/tag/java/page/2/ |
| X | https://x.com/scottwrobinson |
| GitHub | https://github.com/stackabuse |
| https://www.facebook.com/stackabuse | |
| About | https://stackabuse.com/about |
| Disclosure | https://stackabuse.com/disclosure |
| Privacy | https://stackabuse.com/privacy-policy |
| Terms | https://stackabuse.com/terms-of-service |
Viewport: width=device-width, initial-scale=1.0