CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: sidsomashak

Search: Search took 0.11 seconds.

  1. Re: How to Swap two numbers without using third variable in Java?

    You can refer below resource for swapping two numbers,
    https://www.flowerbrackets.com/java-program-to-swap-two-numbers/
  2. Re: What’s the difference between equals() and ==?

    You can refer below resource for difference between equals() and == with some example,

    http://www.flowerbrackets.com/string-compare-java-program/
  3. Replies
    9
    Views
    7,049

    Re: College lab help

    Below is the code,



    import java.util.*;

    public class JavaPrimeNumber
    {
    public static void main(String[] args)
    {
  4. Replies
    4
    Views
    1,437

    Re: Date Arithmetic

    You can refer the links below. Mentioned links have rich resource with explanation. Hope it helps.

    https://docs.oracle.com/javase/tutorial/datetime/iso/datetime.html
    ...
  5. Replies
    7
    Views
    6,022

    Re: String Object to Path?

    If you want to change it to file object as an alternative I would suggest to refer link below with an explanation and example

    Directory in java.
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured