Flex Interview Question

String, Concurrency API, Long to Decimal conversion

Interview Answer

Anonymous

Sep 30, 2024

Long to decimal :- Long lng = 12345678 ; Bigdecimal bd = Bigdecimal.valueof(lng); System.out.println (bd);