Java coding interview questions
Anonymous User
45940

Write a java program to accept a variable x. x can be any number from 1 to 230-1.

Generate a file with x number of lines and each line consist of a string that is unique with 100 characters long

Limitation: This java program needs to run with only 10M of ram.

Comments (5)