Java Server Pages Standard Tag Library(JSTL)

Java Server Pages (JSP) technology developer को dynamic web page बनाने की अनुमति देती है। हालांकि शक्तिशाली, JSP Pages के भीतर सीधे Java Code embed करने से Code messy और बनाए रखने में difficult हो सकता है। यहीं पर Java Server Pages Standard Tag Library (JSTL) काम आती है। JSTL pre-defined tag का एक set […]

Continue reading

Important Tips of Type casting in Java

Java में Type Casting एक data type से दूसरे data type में variables को बदलने की process है। यह तब आवश्यक होता है जब आप different data type के बीच perform करना चाहते हैं या जब आपको एक type के value को दूसरे type के variables में store करने की आवश्यकता होती है। Types of […]

Continue reading

Important Tips of INTRANET

आज के digital’s age में, किसी भी organization’s की success के लिए effective communication और collaboration अनिवार्य है। और यहीं पर Intranet की भूमिका महत्वपूर्ण हो जाती है। Intranet एक निजी network है जो किसी organization के भीतर employees को जोड़ता है, information के exchange को सुगम बनाता है, और team work को बढ़ावा देता […]

Continue reading

Some Important Points of JAVA SWING

Java Swing एक GUI (Graphic User Interface) toolkit है जिसका use Java में window-based application बनाने के लिए किया जाता है। यह Java foundation classes (JFC) का part है। आप इसे tools और components के एक सेट के रूप में सोच सकते हैं जो आपको अपने Java Application के Visual elements, जैसे window, button, text […]

Continue reading