How to convert digit number into java?

Recommended Answers

All 2 Replies

If the digit number is understood as int data, then
class String has static String valueOf(int i) method which converts the int data into String.

The question doesn't make sense.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.