<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" 
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:atom="http://www.w3.org/2005/Atom" >
<channel>
  <title>Javatips.net</title>
  <link>https://www.javatips.net/blog/</link>
      <atom:link rel="self" type="application/rss+xml" href="https://www.javatips.net/blog/feed/entries/rss" />
    <description></description>
  <language>en-us</language>
  <copyright>Copyright 2026</copyright>
  <lastBuildDate>Thu, 30 Apr 2026 11:58:47 +0200</lastBuildDate>
  <generator>Apache Roller 5.1.2</generator>
        <item>
    <guid isPermaLink="true">https://www.javatips.net/blog/how-to-use-java-pathseparator-pathseparatorchar</guid>
    <title>How to use Java pathSeparator,pathSeparatorChar</title>
    <dc:creator>admin</dc:creator>
    <link>https://www.javatips.net/blog/how-to-use-java-pathseparator-pathseparatorchar</link>
        <pubDate>Mon, 9 Dec 2019 19:30:00 +0100</pubDate>
    <category>java</category>
    <category>pathseparator</category>
    <category>pathseparatorchar</category>
    <atom:summary type="html">&lt;p&gt;path separator using in Unix systems is colon(:) while in windows it is semicolon (;).&lt;/p&gt; 
  &lt;p&gt;Due to this differences if setting up PATH or CLASSPATH for one environment will not work on other environment, overcome these issues and work platform independent way, java introduced &lt;strong&gt;pathSeperator&lt;/strong&gt; variable.&lt;/p&gt; 
  &lt;p&gt;The value of &lt;strong&gt;pathSeparatorChar&lt;/strong&gt; is same as File.pathSeparator, but it will be a char rather than a string. So the output for File.pathSeparatorChar is colon(:) for unix and semicolon (;) for windows.&amp;nbsp;&lt;/p&gt;</atom:summary>        
              </item>
    <item>
    <guid isPermaLink="true">https://www.javatips.net/blog/how-to-use-java-file-separator-separatorchar</guid>
    <title>How to use Java File separator,separatorChar</title>
    <dc:creator>admin</dc:creator>
    <link>https://www.javatips.net/blog/how-to-use-java-file-separator-separatorchar</link>
        <pubDate>Sat, 9 Nov 2019 19:30:00 +0100</pubDate>
    <category>java</category>
    <category>fileseparator</category>
    <category>separatorchar</category>
    <atom:summary type="html">&lt;p&gt;Directory
separator using in Unix systems is forward slash (/) while in windows
it is backward slash (\). 
&lt;/p&gt; 
  &lt;p&gt;Due to this differences if we hard
coded any of these slashes, it will not work on other environment and the program  will not work in platform independent mode.&lt;/p&gt;</atom:summary>        
              </item>
    <item>
    <guid isPermaLink="true">https://www.javatips.net/blog/cxf-tutorial-with-apache-maven</guid>
    <title>CXF Tutorial With Apache Maven</title>
    <dc:creator>admin</dc:creator>
    <link>https://www.javatips.net/blog/cxf-tutorial-with-apache-maven</link>
        <pubDate>Mon, 7 Oct 2019 20:30:00 +0200</pubDate>
    <category>webservice</category>
    <category>cxf</category>
    <category>webservice</category>
    <atom:summary type="html">&lt;p style=&quot;margin-bottom: 0in;&quot;&gt;In this
tutorial, we are implementing a jax-ws web service using Apache CXF
with Maven and deployed in Tomcat. 
&lt;/p&gt; 
  &lt;p&gt; &lt;/p&gt; 
  &lt;p style=&quot;margin-bottom: 0in;&quot;&gt;&lt;a href=&quot;https://cxf.apache.org/download.html&quot; rel=&quot;nofollow&quot;&gt;Apache
CXF&lt;/a&gt; is a free and open source project, and a fully featured Web
service framework. It helps you building web services using different
front-end API&apos;s, like as JAX-RS and JAX-WS.&lt;/p&gt; 
  &lt;p&gt; &lt;/p&gt; 
  &lt;p&gt;Services will talk different protocols such as SOAP, RESTful HTTP,
CORBA &amp;amp; XML/HTTP and work with different transports like JMS,
HTTP or JBI.&lt;/p&gt; 
 </atom:summary>        
              </item>
    <item>
    <guid isPermaLink="true">https://www.javatips.net/blog/java-whoisclient-example</guid>
    <title>Java WhoisClient Example</title>
    <dc:creator>admin</dc:creator>
    <link>https://www.javatips.net/blog/java-whoisclient-example</link>
        <pubDate>Mon, 9 Sep 2019 20:30:00 +0200</pubDate>
    <category>java</category>
    <category>java</category>
    <category>whois</category>
    <category>whoisclient</category>
    <atom:summary type="html">&lt;p&gt;In this
example we are showing how to get whois information of any domain
using java programmatically.&lt;/p&gt; 
  &lt;p&gt; &lt;/p&gt; 
  &lt;p&gt; &lt;/p&gt; 
  &lt;p&gt;Here we are using WhoisClient api from &lt;a href=&quot;https://commons.apache.org/proper/commons-net/&quot; rel=&quot;nofollow&quot; title=&quot;Apache Commons Net&quot;&gt;Apache Commons Net&lt;/a&gt;. 
  WhoisClient class implements the client side of the Internet Whois Protocol defined in RFC 954.&lt;/p&gt;</atom:summary>        
              </item>
    <item>
    <guid isPermaLink="true">https://www.javatips.net/blog/java-vs-kotlin-which-programming-language-is-better-for-android-developers</guid>
    <title>Java vs Kotlin: Which Programming Language Is Better for Android Developers?</title>
    <dc:creator>admin</dc:creator>
    <link>https://www.javatips.net/blog/java-vs-kotlin-which-programming-language-is-better-for-android-developers</link>
        <pubDate>Fri, 30 Aug 2019 13:30:00 +0200</pubDate>
    <category>java</category>
    <category>java</category>
    <category>kotlin</category>
    <atom:summary type="html">&lt;p style=&quot;margin-bottom: 0in;&quot;&gt;Java was introduced in 1991 and became one of the most popular programming languages. Since then, Java was used excessively for android mobile app development until October 2017 when Google officially announced Kotlin (as a programming language for android app development).&lt;/p&gt; 
  &lt;p&gt;Kotlin came in with many new features and exciting ways to reduce the amount of code.&lt;/p&gt; 
  &lt;p&gt;It bears efficiency, extension functions, Massive Interoperability, Reduces Crashes at Runtime, Low Cost of Adoption and much more which attracts the developers to use it for development&lt;/p&gt;</atom:summary>        
              </item>
    <item>
    <guid isPermaLink="true">https://www.javatips.net/blog/tips-for-writing-a-successful-java-developer-cover-letter</guid>
    <title>Tips for Writing a Successful Java Developer Cover Letter</title>
    <dc:creator>admin</dc:creator>
    <link>https://www.javatips.net/blog/tips-for-writing-a-successful-java-developer-cover-letter</link>
        <pubDate>Fri, 2 Aug 2019 13:30:00 +0200</pubDate>
    <category>java</category>
    <category>java</category>
    <category>resume</category>
    <atom:summary type="html">&lt;p class=&quot;western&quot;&gt;
Java developers are software
developers or architects who specifically use Java, a programming
language, to write codes for clients and businesses’ computer and
software programs. They will also test these products to see if there
are any bugs in the code and will make the required changes to the
software to fix any issues that come up. Java developers are also
involved in some cases in the creation of websites and various
applications for web, mobile, and more. Java developers at the
management level will lead teams of programmers and testers to make
sure that any project is finished within the right time and budget.
Although Java developers are undoubtedly highly skilled when it comes
to building and testing software, it’s possible that writing a
cover letter for a job application may not be their strong suit. In
this article, we share the best seven suggestions for writing a cover
letter, which have been tried and tested by other Java developers.&amp;nbsp;&amp;nbsp;
&lt;/p&gt;</atom:summary>        
              </item>
    <item>
    <guid isPermaLink="true">https://www.javatips.net/blog/4-best-editor-tools-helpful-for-java-programming</guid>
    <title>4 Best Editor Tools Helpful for Java Programming</title>
    <dc:creator>admin</dc:creator>
    <link>https://www.javatips.net/blog/4-best-editor-tools-helpful-for-java-programming</link>
        <pubDate>Fri, 12 Jul 2019 13:30:00 +0200</pubDate>
    <category>java</category>
    <category>java</category>
    <atom:summary type="html">The huge technological shift in the past decade has affected the business scenario and a lot of things have changed since the emergence of the internet. The technological advancement of the 21st century has been improving the standard of our lives and java developing tool has a major contribution. Technologies like artificial intelligence and cloud computing have been changing the business over the years.</atom:summary>        
              </item>
    <item>
    <guid isPermaLink="true">https://www.javatips.net/blog/java-or-kotlin-which-language-will-lead-the-future-android-app-development</guid>
    <title>Java or Kotlin: Which language will lead the future Android app development?</title>
    <dc:creator>admin</dc:creator>
    <link>https://www.javatips.net/blog/java-or-kotlin-which-language-will-lead-the-future-android-app-development</link>
        <pubDate>Sat, 29 Jun 2019 13:30:00 +0200</pubDate>
    <category>java</category>
    <category>java</category>
    <category>kotlin</category>
    <atom:summary type="html">&lt;p style=&quot;margin-bottom: 0.14in;&quot;&gt;Java has been one of the most popular software programming languages for more than two decades. As of Wikipedia claim, there are close to 10 million developers around the world who use Java in a variety of computing platforms like embedded devices, mobile phones, enterprise servers, and even supercomputers. Java has also been the most preferred language for Android app development since 2008. Many developers have combined Java with C/C++, together with a choice of non-default runtime that allows better C++ support.&lt;/p&gt; 
  &lt;p&gt;For Google, things were going smoother in Android app development as there was no shortage of Java developers, who could build apps for Android using Java for any given idea. But then since the time Oracle took control of Java and discovered Google’s use of Java API in Android, it started bombing Google. There were lawsuits and, Oracle went for appeal against Google and won too. Google has to get rid of Java, and it brought in Kotlin as a choice for Android app developers. In 2017, Google announced Kotlin supporting Android app development language together with Java.&lt;/p&gt;</atom:summary>        
              </item>
    <item>
    <guid isPermaLink="true">https://www.javatips.net/blog/tips-to-hire-java-developers-for-building-high-performance-java-applications</guid>
    <title>Tips to Hire Java Developers for Building High-Performance Java Applications</title>
    <dc:creator>admin</dc:creator>
    <link>https://www.javatips.net/blog/tips-to-hire-java-developers-for-building-high-performance-java-applications</link>
        <pubDate>Fri, 31 May 2019 13:30:00 +0200</pubDate>
    <category>java</category>
    <category>java</category>
    <atom:summary type="html">&lt;p class=&quot;western&quot;&gt;Despite having a bunch of java application development companies, it
is still a complex task when it comes to hiring the best java
developers. Java language was designed with a notion of
object-oriented programming to improve on the mistakes of the other
prevalent languages such as C or C++. Attached with the powerful Java
Virtual Machine, the language itself is a great platform to build web
applications. Usually, it is the Java developers who are transforming
the project by tackling the challenges and giving new life to the
business requirements and user expectations. So, when you want to
build an application, there are few points which should be kept in
mind before hiring the java programmer who contemplates your budget
and timeline.&lt;/p&gt;</atom:summary>        
              </item>
    <item>
    <guid isPermaLink="true">https://www.javatips.net/blog/what-are-the-features-included-in-java-11-read-this</guid>
    <title>What are the Features Included in Java 11? Read This!</title>
    <dc:creator>admin</dc:creator>
    <link>https://www.javatips.net/blog/what-are-the-features-included-in-java-11-read-this</link>
        <pubDate>Fri, 3 May 2019 13:30:00 +0200</pubDate>
    <category>java</category>
    <category>java</category>
    <atom:summary type="html">&lt;p class=&quot;western&quot; align=&quot;justify&quot;&gt;
Java 10 is an endless world
with infinite possibilities. The language is preferred by the leading
developers all around the world. In fact, they admit that Java has
still many regions left unexplored and many facets left unused. It
has so much potential that the language can singlehandedly change the
course of application development. Before we have even mastered the
real skills, Java surprised the world again with its new version 11. 
&lt;/p&gt; 
  &lt;p class=&quot;western&quot; align=&quot;justify&quot;&gt;The
world of developers will now have a new and more efficient platform
to work with. Java 11 will come with the entire package. The users
will have to pay for a premium version when this language will be
used for commercial purposes. The new version will have revised
licensing terms that will have to be complied with for commercial
purposes. The support model of this new version of the language will
also come with rapid updates for the betterment of the users. These
updates will pop up twice a year with a six months interval.&lt;/p&gt; 
  &lt;p class=&quot;western&quot; align=&quot;justify&quot;&gt;You
will not have to pay for Java 11 unless you are choosing to download
Oracle JDK for production purposes.&lt;/p&gt;</atom:summary>        
              </item>
  </channel>
</rss>