Join us

heart Posts from the community tagged with java...
Sponsored Link FAUN Team
@faun shared a link, 12 months ago

Read DevSecOps Weekly

DevSecOps Weekly Newsletter, Zeno. Curated DevSecOps news, tutorials, tools and more - Join thousands of other readers, 100% free, unsubscribe anytime. 

Story
@javinpaul shared a post, 1 year, 3 months ago
Blogger, Programmer, Developer

Kotlin or Java? Which Programming language Android developer should learn?

Since Google announced @Kotlin as the official language for Android development at Google IO in 2017, programmers who want to become Android developers have been in a dilemma.The big question in front of them is whether they should learn Kotlin or Java.If you are a beginner who wants to learn Androi..

Story
@sofiatarhonska shared a post, 1 year, 5 months ago
Mailtrap

Simple Email Validation in Java

Simple Email Validation in Java ... The Apache Commons Validator package offers the building blocks for carrying out various data validation tasks ...

Story
@sofiatarhonska shared a post, 1 year, 5 months ago
Mailtrap

Send Emails with Gmail API

Gmail is one of the most popular email services so far, and you will very probably want to use it as a mailbox for your web or mobile app. It is safe and credible, which is crucial to prevent your emails from going into the spam folder. That’s why we decided to flesh out how to send emails with Gmail API.

Story Trending Mailtrap Team
@sofiatarhonska shared a post, 1 year, 6 months ago
Mailtrap

Sending HTML email with images in Java

To learn about Jakarta Mail basics, sending messages via an SMTP server and more options to consider head to the original tutorial about how to send email with attachement in Java on Mailtrap Blog.

To send an HTML email, you should perform the same steps as for sending a simple text message, with only SendHTMLEmail class instead of just SendEmail. Also, you need to set content to the MimeMessage.setContent(Object, String) and indicate text/html type.

To add an image to your HTML email in Jakarta Mail, you can choose any of three regular methods: CID, base64 image, or linked image.

To embed a CID image, you need to create a MIME multipart/related message:

Story
@paramsingh1303 shared a post, 1 year, 6 months ago

Graph-Data Structure

In this blog, we will discuss about one of the data structure i.e. Graphs

image.png