contrast between JavaFX Strings and Java Strings

Written By | 16 October 2009| No Comment

One of the first things we learn in any language is outputting text such as “Hello World“. Most languages support strings (unlike C’s char array) which makes storing and outputting text easy, however dealing with strings was often painful from one language to another. I will contrast between JavaFX Strings and Java Strings to help demonstrate how using them will make your pains disappear!

High level issues that many languages encounter with Strings:

  • Readability – Difficult to read when string literals are large
  • Expressions – Embedded expressions in strings.
  • Formatting – Formatting objects into string

source & click here for read more

Share With Others

Similar Articles

    None Found

Leave your response!