To produce a nested comment thread, you first need the comment system to be capable of referring a comment to the ID of a parent comment. This is pretty standard so you likely have that already. Now ...
Q: Does Java have an operator like sizeof() in C? A: A superficial answer is that Java does not provide anything like C’s sizeof(). However, let’s consider why a Java programmer might occasionally ...