Hello Tarun Baveja,
Welcome to Microsoft Q&A Forum. Thanks for posting your query here!
The Azure SDK for Java supports Java 8 and later versions. You can use the Azure Blob Storage client library for Java with your Java 8 application. The library provides classes such as BlobServiceClient
, BlobServiceClientBuilder
, BlobContainerClient
, and BlobClient
to interact with Azure Blob Storage resources.
Refences:
Get started with Azure Blob Storage and Java
Azure Blob Storage client library for Java
Azure Storage libraries for Java
Kindly let me know if this is helpful.
Thanks!