SKSamira Kumar Panigrahiinsamira.hashnode.dev·Apr 15, 2024 · 13 min readMulti Threading In JavaContent Introduction The ways to define a thread Getting and Setting Name of Thread Thread Priority The methods to prevent Thread executions 1. yield() 2.join() 3.sleep() Synchronization Inter Thread Communication DeadLock Deamon Thread M...00
SKSamira Kumar Panigrahiinsamira.hashnode.dev·Aug 11, 2021 · 1 min readHow to create a .bat file to run multiple project just by one clickHello Developers, Every time we run multiple project by one by one. We can create a .bat file which will run multiple file just by one click. Folder Structure C:\Users\Desktop\project project1 project2 project3 ...00
SKSamira Kumar Panigrahiinsamira.hashnode.dev·Jun 24, 2021 · 2 min readHow to fetch data from Properties file in JAVAHello friends, In this article we will learn how to fetch properties file data in java project. In java we are fetching data from properties file. And the files must be inside recourse folder. There are two types From "application.properties" If the...00
SKSamira Kumar Panigrahiinsamira.hashnode.dev·May 15, 2021 · 3 min readAngular Service Worker/PWAWhat is a PWA? A Progressive Web Application (PWA) is a type of application software delivered through the web, built using HTML, CSS, and JavaScript. It is intended to work on any platform that uses a standards-compliant browser. Internally, a PWA u...00
SKSamira Kumar Panigrahiinsamira.hashnode.dev·May 5, 2021 · 2 min readPlay Azure Media Video in AngularHi All, Azure media service is a used for streaming video. In previous blog i wrote how to upload the video. Now in this blog we will see how to play video using angular. For this you must have a azure media service video link. You can use this defau...01C