Lucky
Followers: 0 Following: 0
Hi all, I am Lucky and I joined this community to learn new things about programming. I know C, HTML, and CSS and am currently learning Java and Python. I am very passionate about programming, this is the reason I gave a challenge myself to learn Java and Python I hope this community will help me to grow in my journey. Thanks!
C
Statistics
RANK
212,223
of 295,527
REPUTATION
0
CONTRIBUTIONS
3 Questions
1 Answer
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20,242
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,057
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
How to use a jagged array or a pointer array to construct the Rootish Array Stack Data Structure in Java.
Basically, I'd want to know how to retrieve an array that includes another array and decrease or enlarge it. For example, Aa,b,c...
2 years ago | 0 answers | 0
0
answersQuestion
Java equals() selection
In Java, if I try to do.equals() on a null string, a null pointer error is issued. I'm wondering whether I can perform the follo...
2 years ago | 0 answers | 0
0
answersQuestion
Minimum number of candidate keys for a relation?
I want to know if a primary key and a candidate key are required for a database relation or table. Is it feasible to create a co...
2 years ago | 1 answer | 0
1
answerJava heap space out of memory problem
List<String[]> csvBody = reader.readAll();. This consumes a lot of info if you're reading a big file. Instead, read each row i...
2 years ago | 0