You also wanted to know the best way to read and write large arrays of ints and doubles. Since arrays are considered objects in Java, I'd recommend using the ObjectOutputStream and ObjectInputStream classes. I don't usually use arrays with these, but I believe they will function the way you...
Well, I think it depends on how you want to show the differences. There's a really simple way you can compare two strings and show the differences if you don't care about position. But if you want the differences between "ABCDE" and "BCDEF" to be shown as "First string...
JavaDude's right. Does UNIX have a default application to run a .pdf file, or an .html file? Not that I've ever seen. What you're trying to do sounds like it's Windows-specific. And in Windows, you can run an external process using "start", and it starts in the application...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.