Tagged Questions
The name-length tag has no wiki summary.
25
votes
8answers
68k views
Maximum filename length in NTFS (Windows XP and Windows Vista)?
I'm designing a database table which will hold filenames of uploaded files. What is the maximum length of a filename in NTFS as used by Windows XP or Vista?
13
votes
6answers
25k views
What is the maximum length of a table name in Oracle?
What is the maximum length of a table name in Oracle? For bonus points, what is the maximum length of a column name?
13
votes
9answers
5k views
Maximum Method Name Length
Does anyone happen to know what the maximum length of a method name is in your programming language of choice? I was going to make this a C# specific question, but I think it would be nice to know ...
5
votes
1answer
2k views
Maximum length of variable name in JavaScript
What is the maximum length of a variable name in JavaScript?
5
votes
4answers
2k views
Does Java have a limit on the class name length?
This question came up in Spring class, which has some rather long class names. Is there a limit in the language for class name lengths?
4
votes
3answers
4k views
Max name length of variable or method in Java
Is there a max length for class/method/variable names in Java? the JLS doesn't seem to mention that. I know very long names are problematic anyway from code readability and maintainability ...
3
votes
2answers
344 views
Maximum Possible File Name Length in Windows Kernel
I was wondering, what is the longest possible name length allowed by the Windows kernel?
E.g.: I know the kernel uses UNICODE_STRING structures to hold all object paths, and since the byte length of ...
3
votes
4answers
832 views
Does JUnit have some weird 30 character length limit on the name of your class?
I have a class that I made for some unit tests. Everything was going swimmingly until I changed the name of the class to match the class that I was testing suffixed with TestCase. All of a sudden ...
1
vote
4answers
2k views
Programmatically determine maximum filename length
How can I determine the maximum filename length on a linux box?
Preferred in PHP programming language.
1
vote
6answers
489 views
Effect of field name length of a database on performance?
What effect does a field name length has on the performance of a database? Is it negligible? Should I go with long descriptive names?
0
votes
3answers
204 views
How to find directories with the name of specific length
How could I find directories with the name of specific length?
For example, I have bunch of directories which have length of the name equal to 33 chars ('a92e8cc611fdebcca3cf2fc8dc02c918', ...