<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>java programs Archives - onlinetutorialspoint</title>
	<atom:link href="https://onlinetutorialspoint.com/category/java-programs/feed/" rel="self" type="application/rss+xml" />
	<link>https://onlinetutorialspoint.com/category/java-programs/</link>
	<description>OnlineTutorialsPoint</description>
	<lastBuildDate>Wed, 08 Apr 2020 13:49:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>

<image>
	<url>https://onlinetutorialspoint.com/wp-content/uploads/2016/01/cropped-apple-icon-152x152-32x32.png</url>
	<title>java programs Archives - onlinetutorialspoint</title>
	<link>https://onlinetutorialspoint.com/category/java-programs/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Java Clock Example using Swings</title>
		<link>https://onlinetutorialspoint.com/java-programs/java-clock-example-using-swings/</link>
					<comments>https://onlinetutorialspoint.com/java-programs/java-clock-example-using-swings/#respond</comments>
		
		<dc:creator><![CDATA[chandrashekhar]]></dc:creator>
		<pubDate>Fri, 19 May 2017 15:59:25 +0000</pubDate>
				<category><![CDATA[java programs]]></category>
		<category><![CDATA[Core Java]]></category>
		<category><![CDATA[Java Examples]]></category>
		<category><![CDATA[Java Thread]]></category>
		<guid isPermaLink="false">https://www.onlinetutorialspoint.com/?p=4563</guid>

					<description><![CDATA[<p>In this tutorials, I am going to show you how to create a clock using Java. Here Java clock is developed using swings and Java Threads. Java Clock Example : Clock.java Clock.java import java.awt.*; import javax.swing.*;         import java.util.*;   class Clock extends JFrame implements Runnable {   Thread runner;     Font clockFont;  </p>
<p>The post <a href="https://onlinetutorialspoint.com/java-programs/java-clock-example-using-swings/">Java Clock Example using Swings</a> appeared first on <a href="https://onlinetutorialspoint.com">onlinetutorialspoint</a>.</p>
]]></description>
		
					<wfw:commentRss>https://onlinetutorialspoint.com/java-programs/java-clock-example-using-swings/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Find Duplicate Words Count in a File</title>
		<link>https://onlinetutorialspoint.com/java-programs/how-to-find-duplicate-words-count-in-a-file/</link>
					<comments>https://onlinetutorialspoint.com/java-programs/how-to-find-duplicate-words-count-in-a-file/#respond</comments>
		
		<dc:creator><![CDATA[chandrashekhar]]></dc:creator>
		<pubDate>Sun, 14 May 2017 10:11:05 +0000</pubDate>
				<category><![CDATA[java programs]]></category>
		<category><![CDATA[Core Java]]></category>
		<category><![CDATA[java 7]]></category>
		<category><![CDATA[java 8]]></category>
		<guid isPermaLink="false">https://www.onlinetutorialspoint.com/?p=4432</guid>

					<description><![CDATA[<p>In this tutorial, I am going to show you the most important question in Java Interview. How to find duplicate words count in a file. Input : Give a Text file with duplicate words like below : Java 8 Tutorials Java 8 Examples Online Tutorials Point Java 7 Examples Java 7 try with resources example</p>
<p>The post <a href="https://onlinetutorialspoint.com/java-programs/how-to-find-duplicate-words-count-in-a-file/">How to Find Duplicate Words Count in a File</a> appeared first on <a href="https://onlinetutorialspoint.com">onlinetutorialspoint</a>.</p>
]]></description>
		
					<wfw:commentRss>https://onlinetutorialspoint.com/java-programs/how-to-find-duplicate-words-count-in-a-file/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Java Program to swap two arrays Example</title>
		<link>https://onlinetutorialspoint.com/java-programs/java-program-swap-two-arrays-example/</link>
					<comments>https://onlinetutorialspoint.com/java-programs/java-program-swap-two-arrays-example/#comments</comments>
		
		<dc:creator><![CDATA[chandrashekhar]]></dc:creator>
		<pubDate>Fri, 22 Jul 2016 08:31:20 +0000</pubDate>
				<category><![CDATA[java programs]]></category>
		<category><![CDATA[Core Java]]></category>
		<guid isPermaLink="false">https://www.onlinetutorialspoint.com/?p=4186</guid>

					<description><![CDATA[<p>In this Java programming tutorials, I am going to show you how to swap two arrays in Java. Swap two Arrays Example : Input 1 : Give an integer array from command line. array1 {1,,2,4,5,3,7} Input 2 : Give an another integer array from command line. array2 {5,6,0,8,4,3} Output : array1 : {5,6,0,8,4,3} and array2</p>
<p>The post <a href="https://onlinetutorialspoint.com/java-programs/java-program-swap-two-arrays-example/">Java Program to swap two arrays Example</a> appeared first on <a href="https://onlinetutorialspoint.com">onlinetutorialspoint</a>.</p>
]]></description>
		
					<wfw:commentRss>https://onlinetutorialspoint.com/java-programs/java-program-swap-two-arrays-example/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Java program to find sum of digits</title>
		<link>https://onlinetutorialspoint.com/java-programs/java-program-to-find-sum-of-digits/</link>
					<comments>https://onlinetutorialspoint.com/java-programs/java-program-to-find-sum-of-digits/#respond</comments>
		
		<dc:creator><![CDATA[chandrashekhar]]></dc:creator>
		<pubDate>Sat, 25 Jun 2016 08:48:47 +0000</pubDate>
				<category><![CDATA[java programs]]></category>
		<category><![CDATA[Core Java]]></category>
		<guid isPermaLink="false">https://www.onlinetutorialspoint.com/?p=4189</guid>

					<description><![CDATA[<p>In this Java programming tutorials, I am going to show you how to calculate sum of digits till we get the single digit in java. Input : Give any integer like : 658456 Output : 7 Sum of digits Example : package com.onlinetutorialspoint.javaprograms; import java.util.Scanner; public class SumOfNumbers { public static void main(String[] args) { Scanner</p>
<p>The post <a href="https://onlinetutorialspoint.com/java-programs/java-program-to-find-sum-of-digits/">Java program to find sum of digits</a> appeared first on <a href="https://onlinetutorialspoint.com">onlinetutorialspoint</a>.</p>
]]></description>
		
					<wfw:commentRss>https://onlinetutorialspoint.com/java-programs/java-program-to-find-sum-of-digits/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Java Program For Binary Addition</title>
		<link>https://onlinetutorialspoint.com/java-programs/java-program-binary-addition/</link>
					<comments>https://onlinetutorialspoint.com/java-programs/java-program-binary-addition/#comments</comments>
		
		<dc:creator><![CDATA[chandrashekhar]]></dc:creator>
		<pubDate>Thu, 23 Jun 2016 08:26:01 +0000</pubDate>
				<category><![CDATA[java programs]]></category>
		<category><![CDATA[Binary Converters]]></category>
		<category><![CDATA[Core Java]]></category>
		<guid isPermaLink="false">https://www.onlinetutorialspoint.com/?p=4113</guid>

					<description><![CDATA[<p>Here we are going to write a Java program for Binary Addition. As part of the implementation of Binary Addition, we will also check whether a number is binary or not. Java Binary Addition : Addition_Binary_Numbers.java package com.onlinetutorialspoint.patterns; import java.util.Scanner; public class Addition_Binary_Numbers {     public static void main(String args[]) {         long binary1,</p>
<p>The post <a href="https://onlinetutorialspoint.com/java-programs/java-program-binary-addition/">Java Program For Binary Addition</a> appeared first on <a href="https://onlinetutorialspoint.com">onlinetutorialspoint</a>.</p>
]]></description>
		
					<wfw:commentRss>https://onlinetutorialspoint.com/java-programs/java-program-binary-addition/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Java Program to Print Diamond Pattern</title>
		<link>https://onlinetutorialspoint.com/java-programs/java-program-to-print-diamond-pattern/</link>
					<comments>https://onlinetutorialspoint.com/java-programs/java-program-to-print-diamond-pattern/#respond</comments>
		
		<dc:creator><![CDATA[chandrashekhar]]></dc:creator>
		<pubDate>Thu, 23 Jun 2016 08:16:05 +0000</pubDate>
				<category><![CDATA[java programs]]></category>
		<category><![CDATA[Core Java]]></category>
		<category><![CDATA[java]]></category>
		<guid isPermaLink="false">https://www.onlinetutorialspoint.com/?p=4103</guid>

					<description><![CDATA[<p>Here we are going to write a java program to print Diamond Pattern using numbers. [java] package com.onlinetutorialspoint.patterns; import java.util.Scanner; public class Diamond_Pattern {     public static void main(String[] args) {         Scanner scanner = new Scanner(System.in);         System.out.println("Enter Size");         int sizeOfDiamond = scanner.nextInt();         int cols = 1;   </p>
<p>The post <a href="https://onlinetutorialspoint.com/java-programs/java-program-to-print-diamond-pattern/">Java Program to Print Diamond Pattern</a> appeared first on <a href="https://onlinetutorialspoint.com">onlinetutorialspoint</a>.</p>
]]></description>
		
					<wfw:commentRss>https://onlinetutorialspoint.com/java-programs/java-program-to-print-diamond-pattern/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Java Program for Reverse of String</title>
		<link>https://onlinetutorialspoint.com/java-programs/java-program-for-reverse-of-string/</link>
					<comments>https://onlinetutorialspoint.com/java-programs/java-program-for-reverse-of-string/#respond</comments>
		
		<dc:creator><![CDATA[chandrashekhar]]></dc:creator>
		<pubDate>Thu, 23 Jun 2016 07:38:52 +0000</pubDate>
				<category><![CDATA[java programs]]></category>
		<category><![CDATA[core java interview questions]]></category>
		<category><![CDATA[Java Examples]]></category>
		<guid isPermaLink="false">https://www.onlinetutorialspoint.com/?p=2692</guid>

					<description><![CDATA[<p>Here we are going to write a program for Reverse of String in Java. Reverse of String Example: [java] import java.util.Scanner; public class StringReverse {     public static void main(String[] args) {         // TODO Auto-generated method stub         Scanner sc = new Scanner(System.in);         System.out.println("Enter Any Word : ");         String</p>
<p>The post <a href="https://onlinetutorialspoint.com/java-programs/java-program-for-reverse-of-string/">Java Program for Reverse of String</a> appeared first on <a href="https://onlinetutorialspoint.com">onlinetutorialspoint</a>.</p>
]]></description>
		
					<wfw:commentRss>https://onlinetutorialspoint.com/java-programs/java-program-for-reverse-of-string/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Java Program to Check the Number is Perfect or not ?</title>
		<link>https://onlinetutorialspoint.com/java-programs/java-program-to-check-the-number-is-perfect/</link>
					<comments>https://onlinetutorialspoint.com/java-programs/java-program-to-check-the-number-is-perfect/#respond</comments>
		
		<dc:creator><![CDATA[chandrashekhar]]></dc:creator>
		<pubDate>Thu, 23 Jun 2016 04:18:42 +0000</pubDate>
				<category><![CDATA[java programs]]></category>
		<category><![CDATA[core java interview questions]]></category>
		<category><![CDATA[Java Examples]]></category>
		<guid isPermaLink="false">https://www.onlinetutorialspoint.com/?p=2723</guid>

					<description><![CDATA[<p>Here we are going to write a program to check a number is Perfect or not ? Number is Perfect or not ? [java] import java.util.Scanner; public class IsPerfectNumber {     public static void main(String a[]) {         int tempValue = 0;         Scanner s1 = new Scanner(System.in);         System.out.println("Enter a Number");</p>
<p>The post <a href="https://onlinetutorialspoint.com/java-programs/java-program-to-check-the-number-is-perfect/">Java Program to Check the Number is Perfect or not ?</a> appeared first on <a href="https://onlinetutorialspoint.com">onlinetutorialspoint</a>.</p>
]]></description>
		
					<wfw:commentRss>https://onlinetutorialspoint.com/java-programs/java-program-to-check-the-number-is-perfect/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Java Reflection Get Field Information</title>
		<link>https://onlinetutorialspoint.com/java-programs/java-reflection-get-field-information/</link>
					<comments>https://onlinetutorialspoint.com/java-programs/java-reflection-get-field-information/#respond</comments>
		
		<dc:creator><![CDATA[chandrashekhar]]></dc:creator>
		<pubDate>Wed, 22 Jun 2016 07:19:21 +0000</pubDate>
				<category><![CDATA[java programs]]></category>
		<category><![CDATA[Core Java]]></category>
		<category><![CDATA[java reflection]]></category>
		<guid isPermaLink="false">https://www.onlinetutorialspoint.com/?p=4079</guid>

					<description><![CDATA[<p>Here we are going to write a program, how to get the Field Information using Java Reflection mechanism. Get Field Information : [java] package com.onlinetutorialspoint.ref; import java.lang.reflect.Field; public class Reflection_Class_field_Info {     public static void main(String[] args) {         if (args.length == 0) {             System.out.println(&amp;quot;PLEASE PASS THE CLASS NAME..!&amp;quot;);       </p>
<p>The post <a href="https://onlinetutorialspoint.com/java-programs/java-reflection-get-field-information/">Java Reflection Get Field Information</a> appeared first on <a href="https://onlinetutorialspoint.com">onlinetutorialspoint</a>.</p>
]]></description>
		
					<wfw:commentRss>https://onlinetutorialspoint.com/java-programs/java-reflection-get-field-information/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Java Reflection Get Constructor Information</title>
		<link>https://onlinetutorialspoint.com/java-programs/java-reflection-get-constructor-information/</link>
					<comments>https://onlinetutorialspoint.com/java-programs/java-reflection-get-constructor-information/#respond</comments>
		
		<dc:creator><![CDATA[chandrashekhar]]></dc:creator>
		<pubDate>Wed, 22 Jun 2016 06:51:59 +0000</pubDate>
				<category><![CDATA[java programs]]></category>
		<category><![CDATA[Core Java]]></category>
		<category><![CDATA[java reflection]]></category>
		<guid isPermaLink="false">https://www.onlinetutorialspoint.com/?p=4054</guid>

					<description><![CDATA[<p>Here we are going to write a program, how to get the Constructor Information using Java Reflection mechanism. Get Constructor Information : [java] package com.onlinetutorialspoint.ref; public class Reflection_Constructor_Info {     public static void main(String[] args) {         if (args.length == 0) {             System.out.println(&amp;quot;PLEASE PASS THE CLASS NAME..!&amp;quot;);         } else</p>
<p>The post <a href="https://onlinetutorialspoint.com/java-programs/java-reflection-get-constructor-information/">Java Reflection Get Constructor Information</a> appeared first on <a href="https://onlinetutorialspoint.com">onlinetutorialspoint</a>.</p>
]]></description>
		
					<wfw:commentRss>https://onlinetutorialspoint.com/java-programs/java-reflection-get-constructor-information/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
