Most voted "public" questions
Public is an access specifier commonly used in object-oriented programming that indicates that a member of an object can be access to it externally.
Learn more…6 questions
Sort by count of
-
56
votes4
answers107040
viewsWhat is the difference between public, default, protected and private modifiers?
What are the differences between modifiers public, default, protected and private when working with inheritance? There are rules of how and when I should use them when I’m working with heritage and…
-
1
votes0
answers454
viewsProblems with . htaccess when hiding public folder
I need to deploy for production of an application that I migrated to Aravel 5.4, in test environment I am using the virtual host in windows where I type in the url 'meusite1' and until then beauty.…
-
0
votes1
answer1537
viewsRemove public from URL - Laravel
I’m accessing my website like this: http://localhost/site/public I’d like to just type http://localhost/site because I want it to work when I put it in the domain too. Is there any way to resolve…
-
0
votes1
answer296
viewsWhy is it necessary to place public Static void main(String[] args)?
I want to understand the real intention of this command line, what it does ? My teacher didn’t comment about her just started the project with her, in which case I created the code: package exemplo;…
-
0
votes0
answers62
viewsWhat is it and how can I use extends and Abstract in a public main?
Hi, I’m a beginner in programming and am currently learning in the game development course. The course teacher couldn’t make it clear to me what it is and how to use extends and Abstract, I watched…
-
0
votes1
answer89
viewsWhen publishing the project on IIS no script and css appears, what can it be?
When publishing the project to the server and configure the iis it does not recognize the css and script, it does not from the error, finds the address no longer loads the css and js code. I checked…