
Anonymous
Not applicable
2017-04-23
05:05 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Talend data types maximum length
what is the maximum length allowed for below data types:
boolean
Byte
byte[]
Character
Date
Double
float
BigDecimal
Integer
Long
Object
Short
String
List
Document
689 Views
1 Solution
Accepted Solutions

Champion II
2017-04-23
04:04 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Here is an answer for primitive data types https://docs.oracle.com/javase/tutorial/java/nutsandbolts/datatypes.html.
You may also have a look at zetcode.com (http://zetcode.com/lang/java/datatypes/) or tutorialspoint.com (https://www.tutorialspoint.com/java/java_basic_datatypes.htm) and many others for details, explainations and examples especially for reference and object data types like BigDecimal.
You may also have a look at zetcode.com (http://zetcode.com/lang/java/datatypes/) or tutorialspoint.com (https://www.tutorialspoint.com/java/java_basic_datatypes.htm) and many others for details, explainations and examples especially for reference and object data types like BigDecimal.
689 Views
1 Reply

Champion II
2017-04-23
04:04 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Here is an answer for primitive data types https://docs.oracle.com/javase/tutorial/java/nutsandbolts/datatypes.html.
You may also have a look at zetcode.com (http://zetcode.com/lang/java/datatypes/) or tutorialspoint.com (https://www.tutorialspoint.com/java/java_basic_datatypes.htm) and many others for details, explainations and examples especially for reference and object data types like BigDecimal.
You may also have a look at zetcode.com (http://zetcode.com/lang/java/datatypes/) or tutorialspoint.com (https://www.tutorialspoint.com/java/java_basic_datatypes.htm) and many others for details, explainations and examples especially for reference and object data types like BigDecimal.
690 Views
